Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Jul 10, 2023
1 parent 761f901 commit cf5a848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sharing/secret_exports.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ func (nm NamespacesMatcher) MatchNamespace(matcher SecretMatcher, log logr.Logge
return false
}
case sg2v1alpha1.SelectorOperatorDoesNotExist:
if value != "" {
if value == "" {
return false
}
}
Expand Down

0 comments on commit cf5a848

Please sign in to comment.