From c4db5eba0ba74c3e16123e6c198a4db3539436c3 Mon Sep 17 00:00:00 2001 From: Victor Moene Date: Mon, 2 Dec 2024 13:59:47 +0100 Subject: [PATCH] Changed wrong command in developping modules Signed-off-by: Victor Moene --- getting-started/developing-modules.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/getting-started/developing-modules.markdown b/getting-started/developing-modules.markdown index 0cba46c4a..d2951895c 100644 --- a/getting-started/developing-modules.markdown +++ b/getting-started/developing-modules.markdown @@ -110,7 +110,8 @@ As you've changed the high level things, like file name, promise type name, URLs So, to test your changes to the python file, a full build is not really necessary, you can just copy over that one file: ```command -cf-remote scp -H hub git_example.py /var/cfengine/masterfiles/modules/promises/git_example.py +cf-remote scp -H hub git_example.py /var/cfengine/masterfiles/modules/promises/git_example.pcf-remote scp -H hub git_example.py +cf-remote run -H hub "mv git_example.py /var/cfengine/masterfiles/modules/promises/git_example.py"y ``` (Assuming you have the `git_example.py` file in the current directory).