summaryrefslogtreecommitdiff
path: root/hacking
diff options
context:
space:
mode:
authorhondak <orihica.adnoh@gmail.com>2017-07-13 00:22:50 +0900
committerSam Doran <sdoran@ansible.com>2017-07-12 11:22:50 -0400
commitdb5ec11758f13795ed3f2502fcd488879c59e7c9 (patch)
tree9109b0b2de5351ee51eb711c8a391c160e74d2f2 /hacking
parent2d7e00c670c660bcf620ebc81b9825d7d0271296 (diff)
downloadansible-db5ec11758f13795ed3f2502fcd488879c59e7c9.tar.gz
Replace double-quote with single-quote at example (#26667)
Diffstat (limited to 'hacking')
-rw-r--r--hacking/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/hacking/README.md b/hacking/README.md
index 90f6a60151..d355fbebbe 100644
--- a/hacking/README.md
+++ b/hacking/README.md
@@ -47,7 +47,7 @@ parent:
Use:
$ ./hacking/test-module -m module \
- -a "{"parent": {"child": [{"item": "first", "val": "foo"}, {"item": "second", "val": "bar"}]}}"
+ -a '{"parent": {"child": [{"item": "first", "val": "foo"}, {"item": "second", "val": "bar"}]}}'
Module-formatter
----------------