From 367750b990f6db748a73b1af9e1f81fe2defa831 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 Ticket: CFE-4457 Signed-off-by: Victor Moene (cherry picked from commit 406c16f6b7288398fcf5820f67162ac8452803b4) --- getting-started/developing-modules.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/developing-modules.markdown b/getting-started/developing-modules.markdown index 8f41031c8..51c0c8cca 100644 --- a/getting-started/developing-modules.markdown +++ b/getting-started/developing-modules.markdown @@ -108,7 +108,7 @@ 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 && cf-remote run -H hub "mv git_example.py /var/cfengine/masterfiles/modules/promises/git_example.py" ``` (Assuming you have the `git_example.py` file in the current directory).