mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
vault: fixing a typo
This commit is contained in:
parent
6399e69810
commit
9700bcd3e5
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ func (k *Keyring) AddKey(key *Key) (*Keyring, error) {
|
|||
return clone, nil
|
||||
}
|
||||
|
||||
// RemoveKey removes a new key to the keyring
|
||||
// RemoveKey removes a key from the keyring
|
||||
func (k *Keyring) RemoveKey(term uint32) (*Keyring, error) {
|
||||
// Ensure this is not the active key
|
||||
if term == k.activeTerm {
|
||||
|
|
|
|||
Loading…
Reference in a new issue