Fix typo to avoid traceback during testing

This commit is contained in:
Praveen Kumar 2015-09-03 16:35:17 +05:30 committed by Praveen Kumar
parent 7f0cd14e0f
commit 6e1f7cd503

View file

@ -191,7 +191,7 @@ a lot shorter than this::
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::