fix read_vault_password_file ref
This commit is contained in:
parent
d993e7000c
commit
032690a843
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ class VaultCLI(CLI):
|
|||
|
||||
if self.options.vault_password_file:
|
||||
# read vault_pass from a file
|
||||
self.vault_pass = read_vault_password_file(self.options.vault_password_file)
|
||||
self.vault_pass = CLI.read_vault_password_file(self.options.vault_password_file)
|
||||
elif self.options.ask_vault_pass:
|
||||
self.vault_pass, _= self.ask_vault_passwords(ask_vault_pass=True, ask_new_vault_pass=False, confirm_new=False)
|
||||
|
||||
|
|
Loading…
Reference in a new issue