mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-10 16:47:01 +02:00
Fix number of recovery shares output during init
This commit is contained in:
parent
5aebbcc566
commit
806119f5a1
@ -92,8 +92,8 @@ func (c *InitCommand) Run(args []string) int {
|
|||||||
"\n"+
|
"\n"+
|
||||||
"Recovery key initialized with %d keys and a key threshold of %d. Please\n"+
|
"Recovery key initialized with %d keys and a key threshold of %d. Please\n"+
|
||||||
"securely distribute the above keys.",
|
"securely distribute the above keys.",
|
||||||
shares,
|
recoveryShares,
|
||||||
threshold,
|
recoveryThreshold,
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user