diff --git a/cmd/config_set.go b/cmd/config_set.go index 84ad8d02..26573a3a 100644 --- a/cmd/config_set.go +++ b/cmd/config_set.go @@ -101,7 +101,7 @@ you want to change. Other options will remain unchanged.`, } // check if there are new flags for existing auth method - set.AuthMethod, auther, err = getAuthentication(flags, hasAuth, set, auther) + set.AuthMethod, auther, err = getAuthentication(hasAuth, set, auther) if err != nil { return err }