From 2e6d457ec1e3db77a0be693f285541630d6b70ba Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Sun, 12 Feb 2017 08:01:48 +0100
Subject: [PATCH] scripts/update.sh: don't hide errors because of invalid
 commit IDs

---
 scripts/update.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/update.sh b/scripts/update.sh
index 157b189e9..99a7e409b 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
-- 
GitLab