Skip to content

Commit 3d15069

Browse files
authored
Merge pull request #3366 from victormlg/CFE-4457
Changed wrong command in developing modules
2 parents 39e1952 + 406c16f commit 3d15069

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)