diff --git a/update-gluon.sh b/update-gluon.sh
index 81c6b1535bff53bb1516d9e7948bf8aaf780b6b1..5c7ccb61996be5ee095c5a195c9ea719cb9e40aa 100755
--- a/update-gluon.sh
+++ b/update-gluon.sh
@@ -21,7 +21,7 @@ git fetch upstream --tags
 # we already have this branch - exit
 if ! git rev-parse --verify "$fork_newest_minor_branch" &> /dev/null; then
     echo "Nothing todo, branch $fork_newest_minor_branch already exists"
-    exit 1
+    exit 0
 fi
 
 git checkout "$upstream_newest_minor"