Fix module path in readme file.

pull/4420/head
Michael DeHaan 2013-07-19 09:34:43 -04:00
parent c101d4b30b
commit 303a8ff563
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ a module outside of the ansible program, locally, on the current machine.
Example:
$ ./hacking/test-module -m library/shell -a "echo hi"
$ ./hacking/test-module -m library/commands/shell -a "echo hi"
This is a good way to insert a breakpoint into a module, for instance.