mirror of
https://github.com/TheLocehiliosan/yadm
synced 2024-10-27 20:34:27 +00:00
Fix template conditional in man page
The default template processor doesn't support single quotes.
This commit is contained in:
parent
3741b92737
commit
b55ad5b525
2
yadm.1
2
yadm.1
@ -704,7 +704,7 @@ Examples:
|
|||||||
.I whatever##template
|
.I whatever##template
|
||||||
with the following content
|
with the following content
|
||||||
|
|
||||||
{% if yadm.user == 'harvey' %}
|
{% if yadm.user == "harvey" %}
|
||||||
config={{yadm.class}}-{{yadm.os}}
|
config={{yadm.class}}-{{yadm.os}}
|
||||||
{% else %}
|
{% else %}
|
||||||
config=dev-whatever
|
config=dev-whatever
|
||||||
|
Loading…
Reference in New Issue
Block a user