diff --git a/run-wrapper/update b/run-wrapper/update index 63c1df21..ec90c1e0 100755 --- a/run-wrapper/update +++ b/run-wrapper/update @@ -14,7 +14,7 @@ CUR=$(cat "$SCRIPT_DIR"/version) echo Current: $CUR -if [[ $CUR -gt $LATEST ]]; then +if [[ $CUR -ge $LATEST ]]; then exit Already latest! exit 1 fi