Skip to content
Closed

test #182

Show file tree
Hide file tree
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 README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# cf-remote
# cf-remote 2

`cf-remote` is a tool to deploy CFEngine.
It works by contacting remote hosts with SSH and using `ssh` / `scp` to copy files and run commands.
Expand Down
2 changes: 1 addition & 1 deletion cf_remote/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ def install_host(
trust_keys=None,
insecure=False,
demo_salt=None,
demo_sha=None,
demo_sha=None
):
data = get_info(host, connection=connection)
if show_info:
Expand Down
Loading