Skip to content

Commit

Permalink
Fixed cf-remote command instruction
Browse files Browse the repository at this point in the history
Signed-off-by: Ole Herman Schumacher Elgesem <[email protected]>
  • Loading branch information
olehermanse committed Jul 20, 2021
1 parent a75e929 commit 32df43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfbs/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ def build_steps() -> int:
print(" -> Tarball: out/masterfiles.tgz")
print("")
print("To install on this machine: cfbs install")
print("To deploy on remote hub(s): cf-remote deploy -H hub out/masterfiles.tgz")
print("To deploy on remote hub(s): cf-remote deploy --hub hub out/masterfiles.tgz")
return 0


Expand Down

0 comments on commit 32df43c

Please sign in to comment.