mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
manifest escapes: better wording as suggested
This commit is contained in:
parent
a2cf71344d
commit
84ee0f3d9a
1 changed files with 3 additions and 3 deletions
|
@ -21,9 +21,9 @@ setting. Not all settings support this though, to see whether embedding
|
||||||
a manifest variable in a setting is possible, look for the
|
a manifest variable in a setting is possible, look for the
|
||||||
``manifest vars`` label.
|
``manifest vars`` label.
|
||||||
|
|
||||||
To insert a literal ``{foo}``, eg. in a shell command where you may want
|
To insert a literal ``{foo}`` use double braces, that is ``{{foo}}``.
|
||||||
to use the expression ``${foo}``, use double braces instead, ie.
|
For example in a shell command where you may want to use the
|
||||||
``{{foo}}``.
|
expression ``${foo}``, use ``${{foo}}`` instead.
|
||||||
|
|
||||||
Sections
|
Sections
|
||||||
--------
|
--------
|
||||||
|
|
Loading…
Add table
Reference in a new issue