mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-10 17:32:29 -04:00
Make the rekey verification message more complete
This commit is contained in:
parent
d2a6028c74
commit
8f17d4e1af
1 changed files with 1 additions and 1 deletions
|
|
@ -577,7 +577,7 @@ func (c *OperatorRekeyCommand) provide(client *api.Client, key string) int {
|
|||
resp.(*api.RekeyUpdateResponse))
|
||||
}
|
||||
|
||||
c.UI.Output("Rekey verification successful.")
|
||||
c.UI.Output(wrapAtLength("Rekey verification successful. The rekey operation is complete and the new keys are now active."))
|
||||
return 0
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue