From 523c415db8b5d13351e2d523ffeb6e7d27f61c0e Mon Sep 17 00:00:00 2001
From: nrbffs <38812627+nrbffs@users.noreply.github.com>
Date: Sat, 12 Oct 2019 17:39:48 +0200
Subject: [PATCH] fetch before updating

---
 update-gluon.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/update-gluon.sh b/update-gluon.sh
index 4223834..25189b7 100755
--- a/update-gluon.sh
+++ b/update-gluon.sh
@@ -40,6 +40,7 @@ git clone --recurse "$site_git_url"
 cd site-ffs
 git checkout nightly
 
+git -C gluon fetch
 git -C gluon checkout $new_gluon_rev
 
 git add gluon
-- 
GitLab