fix typo in vault operator init cmd (#11792)

This commit is contained in:
Shanker Naik
2021-06-10 20:09:53 +05:30
committed by GitHub
parent 7a9c948160
commit 868e6e2246
2 changed files with 2 additions and 2 deletions

View File

@@ -448,7 +448,7 @@ func (c *OperatorInitCommand) init(client *api.Client, req *api.InitRequest) int
c.UI.Output("")
c.UI.Output(wrapAtLength(fmt.Sprintf(
"Vault does not store the generated master key. Without at least %d "+
"key to reconstruct the master key, Vault will remain permanently "+
"keys to reconstruct the master key, Vault will remain permanently "+
"sealed!",
req.SecretThreshold)))