mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Fix misspelling in vault auth deprecation message (#4460)
This commit is contained in:
committed by
Chris Hoffman
parent
abcd859236
commit
f0fe87ce27
@@ -105,7 +105,7 @@ func (c *AuthCommand) Run(args []string) int {
|
|||||||
"WARNING! The \"vault auth ARG\" command is deprecated and is now a "+
|
"WARNING! The \"vault auth ARG\" command is deprecated and is now a "+
|
||||||
"subcommand for interacting with auth methods. To authenticate "+
|
"subcommand for interacting with auth methods. To authenticate "+
|
||||||
"locally to Vault, use \"vault login\" instead. This backwards "+
|
"locally to Vault, use \"vault login\" instead. This backwards "+
|
||||||
"compatability will be removed in Vault 0.11 (or later).") + "\n")
|
"compatibility will be removed in Vault 0.11 (or later).") + "\n")
|
||||||
return (&LoginCommand{
|
return (&LoginCommand{
|
||||||
BaseCommand: &BaseCommand{
|
BaseCommand: &BaseCommand{
|
||||||
UI: c.UI,
|
UI: c.UI,
|
||||||
|
|||||||
Reference in New Issue
Block a user