From 303a8ff5633a069ab2736d8a12db9b1cbbe51128 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 19 Jul 2013 09:34:43 -0400 Subject: [PATCH] Fix module path in readme file. --- hacking/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hacking/README.md b/hacking/README.md index b068a98254b..d19cda2dca0 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 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.