fix: remove flags from arg

This commit is contained in:
Henrique Dias 2025-11-15 10:39:00 +01:00
parent 65b2ef42d9
commit 5479e5465b
No known key found for this signature in database

View File

@ -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
}