diff options
Diffstat (limited to 'hacking/README.md')
-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 be19249519..1bd6d468a8 100644 --- a/hacking/README.md +++ b/hacking/README.md @@ -29,7 +29,7 @@ a module outside of the ansible program, locally, on the current machine. Example: - $ ./hacking/test-module -m lib/ansible/modules/core/commands/shell -a "echo hi" + $ ./hacking/test-module -m lib/ansible/modules/commands/shell -a "echo hi" This is a good way to insert a breakpoint into a module, for instance. |