mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Change deprecation warnings from 0.11 or later to 0.12. (#5176)
Also remove a deprecated parameter that we warned would be removed since 0.8.
This commit is contained in:
@@ -198,7 +198,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 Vault 0.11 (or later).",
|
||||
"instead. This command will be removed in Vault 0.12.",
|
||||
c.Old,
|
||||
c.New)))
|
||||
c.UI.Warn("")
|
||||
|
||||
Reference in New Issue
Block a user