From 6d9d0400686d77eeadbd757bf120f5c7e9778053 Mon Sep 17 00:00:00 2001
From: nrbffs <38812627+nrbffs@users.noreply.github.com>
Date: Sat, 12 Oct 2019 18:04:24 +0200
Subject: [PATCH] submodule sync

---
 update-gluon.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/update-gluon.sh b/update-gluon.sh
index 5d076dd..8b8a720 100755
--- a/update-gluon.sh
+++ b/update-gluon.sh
@@ -40,9 +40,10 @@ git clone --recurse "$site_git_url"
 cd site-ffs
 git checkout nightly
 
+git submodule sync
+git submodule update
+
 git -C gluon fetch
-git -C gluon submodule sync
-git -C gluon submodule update
 git -C gluon checkout $new_gluon_rev
 
 git add gluon
-- 
GitLab