summaryrefslogtreecommitdiff
path: root/hacking
diff options
context:
space:
mode:
authorLujeni <julien@thebault.co>2016-12-26 19:24:01 +0100
committerJohn R Barker <john@johnrbarker.com>2016-12-26 18:24:01 +0000
commit021756a6917790cd9a5fa91d1bd29dbec2ebeef7 (patch)
tree5177dd2e98941bf1e5ae00930d02a3d7d3c5f776 /hacking
parent47c0c710023f4b2c5d8dfda8fd10485f307ca904 (diff)
downloadansible-021756a6917790cd9a5fa91d1bd29dbec2ebeef7.tar.gz
Update the module path from the hacking documentation (#19683)
- New path since the modules merge
Diffstat (limited to 'hacking')
-rw-r--r--hacking/README.md2
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.