mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-31 02:28:09 +00:00 
			
		
		
		
	Fix misspelling in vault auth deprecation message (#4460)
This commit is contained in:
		 Prem Sichanugrist
					Prem Sichanugrist
				
			
				
					committed by
					
						 Chris Hoffman
						Chris Hoffman
					
				
			
			
				
	
			
			
			 Chris Hoffman
						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 "+ | ||||
| 			"subcommand for interacting with auth methods. To authenticate "+ | ||||
| 			"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{ | ||||
| 		BaseCommand: &BaseCommand{ | ||||
| 			UI:          c.UI, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user