Fix template conditional in man page

The default template processor doesn't support single quotes.
pull/254/head
Erik Flodin 4 years ago
parent 3741b92737
commit b55ad5b525
No known key found for this signature in database
GPG Key ID: 420A7C865EE3F85F

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

Loading…
Cancel
Save