parent
b9ed3454e4
commit
f53921093f
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ class VaultCLI(CLI):
|
||||||
if name:
|
if name:
|
||||||
block_format_var_name = "%s: " % name
|
block_format_var_name = "%s: " % name
|
||||||
|
|
||||||
block_format_header = "%s!vault-encrypted |" % block_format_var_name
|
block_format_header = "%s!vault |" % block_format_var_name
|
||||||
lines = []
|
lines = []
|
||||||
vault_ciphertext = to_text(b_ciphertext)
|
vault_ciphertext = to_text(b_ciphertext)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue