Fix typo
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-04-12 15:52:05 +02:00
parent a178d0ed7c
commit 3aebb211cf
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -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):