Typo in shell command in example

This commit is contained in:
Marius Gedminas 2015-09-25 10:27:35 +03:00
parent ccddda1ebc
commit b57d549e16

View file

@ -426,7 +426,7 @@ Other Useful Filters
To add quotes for shell usage:: To add quotes for shell usage::
- shell: echo={{ string_value | quote }} - shell: echo {{ string_value | quote }}
To use one value on true and another on false (new in version 1.9):: To use one value on true and another on false (new in version 1.9)::