1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00

Fix template conditional in man page

The default template processor doesn't support single quotes.
This commit is contained in:
Erik Flodin
2020-10-10 10:15:41 +02:00
parent 3741b92737
commit b55ad5b525

2
yadm.1
View File

@@ -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