Skip to content

Commit

Permalink
Merge pull request #3366 from victormlg/CFE-4457
Browse files Browse the repository at this point in the history
Changed wrong command in developing modules
  • Loading branch information
olehermanse authored Dec 3, 2024
2 parents 39e1952 + 406c16f commit 3d15069
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 @@ -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

0 comments on commit 3d15069

Please sign in to comment.