Skip to content

Commit

Permalink
remove this line
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Aug 31, 2024
1 parent bd9902f commit 3bed611
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hubploy/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ def decrypt_file(encrypted_path):
logger.info("File is sops encrypted, decrypting...")
logger.debug(f"Executing: {sops_command} plus output to a temporary file")
with tempfile.NamedTemporaryFile() as f:
sops_command += ["--output", f.name]
subprocess.check_call([
"sops",
"--output", f.name,
Expand Down

0 comments on commit 3bed611

Please sign in to comment.