Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dickonreedow committed Feb 4, 2021
1 parent fbb209d commit f4b6264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontends/cmdline/loxodo.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def open_vault(self):
if os.environ.get('VAULT_PASSWORD'):
self.vault_password = os.environ['VAULT_PASSWORD']
else:
self.vault_password = self._getpass("Vault password: ")
self.vault_password = self._getpass("Vault password: ")
except EOFError:
print("\n\nBye.")
raise RuntimeError("No password given")
Expand Down

0 comments on commit f4b6264

Please sign in to comment.