Skip to content

Commit

Permalink
fix: doc init config file example
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieucan authored and tcalmant committed Mar 15, 2018
1 parent 915e519 commit 97bed2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/refcards/init_config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ Here is a sample initial configuration file:
"properties": {
"some.value": 42,
"framework.uuid": "custom-uuid",
"arrays": ['they', 'work', 'too', 123],
"arrays": ["they", "work", "too", 123],
"dicts": {"why": "not?"}
},
"environment": {
"new_path": "/opt/foo",
"LANG": "en_US.UTF-8"
}
},
"paths": [
"/opt/bar",
"$new_path/mylib.zip"
Expand Down

0 comments on commit 97bed2b

Please sign in to comment.