Skip to content

Commit

Permalink
Merge pull request #2404 from nickanderson/CFE-3551/3.15
Browse files Browse the repository at this point in the history
CFE-3551/3.15: Fixed syntax in example inline yaml
  • Loading branch information
nickanderson committed Feb 1, 2021
2 parents dcc5899 + 29e4a14 commit 6318969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/promise-types/vars.markdown
Expand Up @@ -297,7 +297,7 @@ Output:
# JSON or YAML can be inlined since CFEngine 3.7
"inline1" data => '{"key":"value"}'; # JSON
"inline2" data => '---\n- key2: value2'; # YAML requires "---\n" header
"inline2" data => '---$(const.n)- key2: value2'; # YAML requires "---$(const.n)" header
```

Expand Down

0 comments on commit 6318969

Please sign in to comment.