mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
brief note about escaping braces in manifests
This commit is contained in:
parent
9364b18288
commit
a2cf71344d
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
--------
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue