1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2024-10-27 20:34:27 +00:00

Merge pull request #209 from alexandregv/patch-1

This commit is contained in:
Tim Byrne 2020-07-08 13:26:10 -05:00
commit b76caca64d
No known key found for this signature in database
GPG Key ID: 14DB4FC2465A4B12

View File

@ -96,7 +96,7 @@ directive as there is in Jinja. Here is an example.
{% if yadm.os == "Darwin" %}
This block is included for MacOS
{% else %}
This block is included for for any other OS
This block is included for any other OS
{% endif %}
```