mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Change next major release of Vault to 0.11 or later to make it less scary
This commit is contained in:
@@ -88,8 +88,7 @@ func (c *DeprecatedCommand) Run(args []string) int {
|
||||
func (c *DeprecatedCommand) warn() {
|
||||
c.UI.Warn(wrapAtLength(fmt.Sprintf(
|
||||
"WARNING! The \"vault %s\" command is deprecated. Please use \"vault %s\" "+
|
||||
"instead. This command will be removed in the next major release of "+
|
||||
"Vault.",
|
||||
"instead. This command will be removed in Vault 0.11 (or later).",
|
||||
c.Old,
|
||||
c.New)))
|
||||
c.UI.Warn("")
|
||||
|
||||
Reference in New Issue
Block a user