Skip to content

Commit

Permalink
fix: excluded-namespaces option should accept comma-delimited lists
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajpantuso committed Oct 6, 2023
1 parent 412fc1a commit 97e3b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mtcli/validate/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func (o *options) AddEnabledFlag(flags *pflag.FlagSet) {
}

func (o *options) AddExcludedNamespacesFlag(flags *pflag.FlagSet) {
flags.StringArrayVar(
flags.StringSliceVar(
&o.ExcludedNamespaces,
"excluded-namespaces",
o.ExcludedNamespaces,
Expand Down

0 comments on commit 97e3b75

Please sign in to comment.