Skip to content

Commit e8a583f

Browse files
authored
Merge pull request #2651 from olehermanse/vagrant
Getting started: Fixed a typo
2 parents 12ad980 + a5116f5 commit e8a583f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/getting-started-with-cfengine-build/developing-modules.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ bundle agent hello_world
5050
That's it, you can now build and deploy:
5151

5252
```
53-
$ cfbs build && cf-remote deply --hub hub out/masterfiles.tgz
53+
$ cfbs build && cf-remote deploy --hub hub out/masterfiles.tgz
5454
```
5555

5656
And to test it, we can delete the folder and run the agent again:

0 commit comments

Comments
 (0)