Fix linting issues

Signed-off-by: Dmitry Chepurovskiy <dm3ch@dm3ch.net>
pull/8227/head
Dmitry Chepurovskiy 5 years ago committed by Vlad Fratila
parent b0abe34517
commit a2833fbeab

@ -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
}

Loading…
Cancel
Save