From 2d2ef4d6775707b412b159d88890e6d8ca304319 Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Sun, 17 Jun 2018 21:47:46 +0200 Subject: [PATCH] Update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index ce7872e..f522c8c 100644 --- a/build.sh +++ b/build.sh @@ -24,7 +24,7 @@ function git_clone { git clone $1 $SRC/$2 fi cd $SRC/$2 - git fetch --all + git reset --hard git pull cd ../.. }