Skip to content

Commit

Permalink
Merge pull request #3371 from victormlg/3.21-cherrypick
Browse files Browse the repository at this point in the history
Changed wrong command in developping module (3.21)
  • Loading branch information
olehermanse authored Dec 9, 2024
2 parents ebe7767 + 367750b commit cd6975a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getting-started/developing-modules.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit cd6975a

Please sign in to comment.