From 3aebb211cf88e77b3d446e170ac61366d3c7b049 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 12 Apr 2020 15:52:05 +0200 Subject: [PATCH] Fix typo --- autonomic/command/coophost.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autonomic/command/coophost.py b/autonomic/command/coophost.py index cf51168..81f8a01 100644 --- a/autonomic/command/coophost.py +++ b/autonomic/command/coophost.py @@ -74,7 +74,7 @@ def encrypt(): ) chdir(app_dir) - log.info("Changed directory back to to {}".format(app_dir)) + log.info("Changed directory back to {}".format(app_dir)) vault_path = (Path(".") / "deploy.d" / "vault").absolute() if not exists(vault_path):