summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhondak <orihica.adnoh@gmail.com>2017-07-12 17:22:50 +0200
committerSam Doran <sdoran@ansible.com>2017-07-12 17:22:50 +0200
commitdb5ec11758f13795ed3f2502fcd488879c59e7c9 (patch)
tree9109b0b2de5351ee51eb711c8a391c160e74d2f2
parentmock_unfrackpath_noop: handle follow parameter (#26662) (diff)
downloadansible-db5ec11758f13795ed3f2502fcd488879c59e7c9.tar.xz
ansible-db5ec11758f13795ed3f2502fcd488879c59e7c9.zip
Replace double-quote with single-quote at example (#26667)
-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
----------------