Signed-off-by: Dmitry Chepurovskiy <dm3ch@dm3ch.net>
@ -166,7 +166,7 @@ func (l *List) Run() ([]*release.Release, error) {
}
// Skip anything that doesn't match the selector
if ! selectorObj.Matches(labels.Set(rel.Labels)) {
if !selectorObj.Matches(labels.Set(rel.Labels)) {
return false