respond with correct vaulting suggestion

fixes #22247
This commit is contained in:
Brian Coca 2017-03-03 11:37:27 -05:00
parent b9ed3454e4
commit f53921093f

View file

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