diff --git a/README.md b/README.md index bdfda1b..c489acf 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/cf_remote/remote.py b/cf_remote/remote.py index 1ca89bd..66b7a6e 100644 --- a/cf_remote/remote.py +++ b/cf_remote/remote.py @@ -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: