Commit f331c54
committed
poller/service: fixed the definition for version discovery
we swap the order of operators in the operators dict because
otherwise operators like ge(>=) and le(<=) don't work correctly.
without this change for example gt(>) would be selected
instead of ge(>=)
Signed-off-by: AndryNick98 <[email protected]>1 parent 1c0598d commit f331c54
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
324 | | - | |
325 | | - | |
| 324 | + | |
| 325 | + | |
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
| |||
0 commit comments