another fixie

This commit is contained in:
2024-07-11 22:53:32 +02:00
parent fab33d20ee
commit efa89cb073

View File

@@ -15,7 +15,7 @@ CUR=$(cat "$SCRIPT_DIR"/version)
echo Current: $CUR
if [[ $CUR -ge $LATEST ]]; then
exit Already latest!
echo Already latest!
exit 1
fi