Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Tchoupinax committed Mar 24, 2024
1 parent b85c4f6 commit bd0d94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func main() {
logError("Namespace is mandatory")
os.Exit(1)
}
if labelToChangeValue == "" && goalOfOperationIsToRemoveLabel == false {
if labelToChangeValue == "" && !goalOfOperationIsToRemoveLabel {
logError("label value is mandatory")
os.Exit(1)
}
Expand Down

0 comments on commit bd0d94f

Please sign in to comment.