Merge pull request #209 from alexandregv/patch-1
This commit is contained in:
commit
b76caca64d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue