brief note about escaping braces in manifests

This commit is contained in:
John Slee 2017-08-03 22:35:08 +10:00
parent 9364b18288
commit a2cf71344d

View file

@ -21,6 +21,10 @@ setting. Not all settings support this though, to see whether embedding
a manifest variable in a setting is possible, look for the
``manifest vars`` label.
To insert a literal ``{foo}``, eg. in a shell command where you may want
to use the expression ``${foo}``, use double braces instead, ie.
``{{foo}}``.
Sections
--------