Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion getting-started/developing-modules.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,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).
Expand Down