diff options
author | hondak <orihica.adnoh@gmail.com> | 2017-07-12 17:22:50 +0200 |
---|---|---|
committer | Sam Doran <sdoran@ansible.com> | 2017-07-12 17:22:50 +0200 |
commit | db5ec11758f13795ed3f2502fcd488879c59e7c9 (patch) | |
tree | 9109b0b2de5351ee51eb711c8a391c160e74d2f2 | |
parent | mock_unfrackpath_noop: handle follow parameter (#26662) (diff) | |
download | ansible-db5ec11758f13795ed3f2502fcd488879c59e7c9.tar.xz ansible-db5ec11758f13795ed3f2502fcd488879c59e7c9.zip |
Replace double-quote with single-quote at example (#26667)
-rw-r--r-- | hacking/README.md | 2 |
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 ---------------- |