From b55ad5b525018d51eed7cc155500de503feb7881 Mon Sep 17 00:00:00 2001 From: Erik Flodin Date: Sat, 10 Oct 2020 10:15:41 +0200 Subject: [PATCH] Fix template conditional in man page The default template processor doesn't support single quotes. --- yadm.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yadm.1 b/yadm.1 index ee9504a..98b372b 100644 --- a/yadm.1 +++ b/yadm.1 @@ -704,7 +704,7 @@ Examples: .I whatever##template with the following content - {% if yadm.user == 'harvey' %} + {% if yadm.user == "harvey" %} config={{yadm.class}}-{{yadm.os}} {% else %} config=dev-whatever