File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,6 @@ func MustViperFlags(v *viper.Viper, flags *pflag.FlagSet) {
2020 flags .String ("permissions-url" , "" , "sets the permissions url checks should be run against" )
2121 viperx .MustBindFlag (v , "permissions.url" , flags .Lookup ("permissions-url" ))
2222
23- flags .String ("permissions-ignore-no-responders" , "" , "ignores no responder errors when auth relationship requests are published" )
24- viperx .MustBindFlag (v , "permissions.ignoreAuthRelationshipNoResponders " , flags .Lookup ("permissions-ignore-no-responders" ))
23+ flags .Bool ("permissions-ignore-no-responders" , false , "ignores no responder errors when auth relationship requests are published" )
24+ viperx .MustBindFlag (v , "permissions.ignoreNoResponders " , flags .Lookup ("permissions-ignore-no-responders" ))
2525}
You can’t perform that action at this time.
0 commit comments