Fix linting issues

Signed-off-by: Dmitry Chepurovskiy <dm3ch@dm3ch.net>
pull/8546/head
Dmitry Chepurovskiy 5 years ago
parent 8c64469307
commit 4839d70a17
No known key found for this signature in database
GPG Key ID: A9B6ED8F3D834514

@ -172,7 +172,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