summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcheck-and-update-new-version.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/check-and-update-new-version.sh b/check-and-update-new-version.sh
index 1c5cfb1251f2..4731535f3fba 100755
--- a/check-and-update-new-version.sh
+++ b/check-and-update-new-version.sh
@@ -6,7 +6,7 @@ currentVersion=`curl https://www.mkgmap.org.uk/download/mkgmap.html --silent | g
if [ -z "${currentVersion}" ]; then
echo "mkgmap.org.uk is down or the version number could not be parsed"
- exit 0
+ exit -1
fi
if [ "${lastVersion}" = "${currentVersion}" ]; then