Typo in shell command in example

pull/4420/head
Marius Gedminas 2015-09-25 10:27:35 +03:00
parent ccddda1ebc
commit b57d549e16
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ Other Useful Filters
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)::