Skip to content

Commit

Permalink
Changed wrong command in developping modules
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Moene <[email protected]>
  • Loading branch information
victormlg committed Dec 2, 2024
1 parent 39e1952 commit c4db5eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion getting-started/developing-modules.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit c4db5eb

Please sign in to comment.