Skip to content

Commit 406c16f

Browse files
committed
Changed wrong command in developping modules
Ticket: CFE-4457 Signed-off-by: Victor Moene <victor.moene@northern.tech>
1 parent 39e1952 commit 406c16f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/developing-modules.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ As you've changed the high level things, like file name, promise type name, URLs
110110
So, to test your changes to the python file, a full build is not really necessary, you can just copy over that one file:
111111

112112
```command
113-
cf-remote scp -H hub git_example.py /var/cfengine/masterfiles/modules/promises/git_example.py
113+
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"
114114
```
115115

116116
(Assuming you have the `git_example.py` file in the current directory).

0 commit comments

Comments
 (0)