respond with correct vaulting suggestion

fixes #22247
pull/22256/head
Brian Coca 7 years ago
parent b9ed3454e4
commit f53921093f

@ -175,7 +175,7 @@ class VaultCLI(CLI):
if 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 = []
vault_ciphertext = to_text(b_ciphertext)

Loading…
Cancel
Save