Skip to content

Commit

Permalink
fix: fill operator
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Jun 3, 2024
1 parent 94fcf22 commit a895be0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/version/constraint.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ func newConstraint(c string) (Constraint, error) {

return Constraint{
version: v,
operator: m[1],
operatorFunc: constraintOperators[m[1]],
original: c,
}, nil
Expand Down

0 comments on commit a895be0

Please sign in to comment.