From 9d9c2676d03f5570bfd5f7d6844a4c8868ada4e9 Mon Sep 17 00:00:00 2001 From: Simon Halvorsen Date: Fri, 29 May 2026 17:03:33 +0200 Subject: [PATCH 1/2] test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. From 5dfa549079ac0980208346331a77be4b4758d0ff Mon Sep 17 00:00:00 2001 From: Simon Halvorsen Date: Fri, 29 May 2026 17:05:51 +0200 Subject: [PATCH 2/2] fix error :) --- cf_remote/remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: