diff --git a/scripts/update.sh b/scripts/update.sh
index 157b189e9fe7c843aa93d692555241c463eb8a06..99a7e409b7d1371fe7540e4072274b90d709b263 100755
--- a/scripts/update.sh
+++ b/scripts/update.sh
@@ -20,6 +20,6 @@ for module in $GLUON_MODULES; do
 
 	if ! git branch -f base "$commit" 2>/dev/null; then
 		git fetch "$repo" "$branch"
-		git branch -f base "$commit" 2>/dev/null
+		git branch -f base "$commit"
 	fi
 done