Merge pull request #12232 from praveenkumar/doc_fix

Fix typo to avoid traceback during testing
This commit is contained in:
Toshio Kuratomi 2015-09-03 07:05:46 -07:00
commit 4921f52036

View file

@ -191,7 +191,7 @@ a lot shorter than this::
Let's test that module:: Let's test that module::
ansible/hacking/test-module -m ./time -a time=\"March 14 12:23\" ansible/hacking/test-module -m ./time -a "time=\"March 14 12:23\""
This should return something like:: This should return something like::