diff --git a/hubploy/auth.py b/hubploy/auth.py index b0b51f6..73f0d38 100644 --- a/hubploy/auth.py +++ b/hubploy/auth.py @@ -310,7 +310,9 @@ def decrypt_file(encrypted_path): logger.info("File is sops encrypted, decrypting...") logger.debug( - "Executing: " + " ".join(sops_command) + " (with output to a temporary file)" + "Executing: " + + " ".join(sops_command) + + " (with output to a temporary file)" ) with tempfile.NamedTemporaryFile() as f: subprocess.check_call(