mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
fix persist typo
This commit is contained in:
parent
e30554bd39
commit
284d08bf70
@ -279,7 +279,7 @@ func (p *oidcAuthProvider) idToken() (string, error) {
|
||||
|
||||
// Persist new config and if successful, update the in memory config.
|
||||
if err = p.persister.Persist(newCfg); err != nil {
|
||||
return "", fmt.Errorf("could not perist new tokens: %v", err)
|
||||
return "", fmt.Errorf("could not persist new tokens: %v", err)
|
||||
}
|
||||
p.cfg = newCfg
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user