mirror of
https://github.com/TheLocehiliosan/yadm
synced 2024-10-27 20:34:27 +00:00
Fix typo in templates directives example
This commit is contained in:
parent
c5bba67f0a
commit
f5f6f9a98a
@ -96,7 +96,7 @@ directive as there is in Jinja. Here is an example.
|
|||||||
{% if yadm.os == "Darwin" %}
|
{% if yadm.os == "Darwin" %}
|
||||||
This block is included for MacOS
|
This block is included for MacOS
|
||||||
{% else %}
|
{% else %}
|
||||||
This block is included for for any other OS
|
This block is included for any other OS
|
||||||
{% endif %}
|
{% endif %}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user