Skip to content

Commit b6e1e07

Browse files
committed
chore: update
1 parent c251e6a commit b6e1e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/commands/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ func forceRootParsePersistentFlags() (*rootOptions, error) {
127127
fs := pflag.NewFlagSet("config flag set", pflag.ContinueOnError)
128128

129129
// Ignore unknown flags because we will parse the command flags later.
130-
fs.ParseErrorsWhitelist = pflag.ParseErrorsWhitelist{UnknownFlags: true}
130+
fs.ParseErrorsAllowlist = pflag.ParseErrorsAllowlist{UnknownFlags: true}
131131

132132
opts := &rootOptions{}
133133

0 commit comments

Comments
 (0)