diff --git a/integrations/scripts/update.sh b/integrations/scripts/update.sh index 75736b92..fc042e5d 100755 --- a/integrations/scripts/update.sh +++ b/integrations/scripts/update.sh @@ -42,6 +42,7 @@ if [ -d $NAME/.git ]; then exit 1 fi git fetch origin + git remote set-head origin -a popd else mkdir -p $NAME