fix: remove flags from arg
This commit is contained in:
parent
65b2ef42d9
commit
5479e5465b
@ -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
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user