Commit a4e08bee authored by John Tims's avatar John Tims Committed by Andy Wilkinson

Add missing variable to the example in the Loading YAML section

Closes gh-1524
parent 3b07e4e6
...@@ -368,12 +368,13 @@ For example, the following YAML document: ...@@ -368,12 +368,13 @@ For example, the following YAML document:
[source,yaml,indent=0] [source,yaml,indent=0]
---- ----
dev: environments:
url: http://dev.bar.com dev:
name: Developer Setup url: http://dev.bar.com
prod: name: Developer Setup
url: http://foo.bar.com prod:
name: My Cool App url: http://foo.bar.com
name: My Cool App
---- ----
Would be transformed into these properties: Would be transformed into these properties:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment