From 14a8eb51f5a892bb77ddfbd60cf6eddf84f910a2 Mon Sep 17 00:00:00 2001 From: nrbffs <38812627+nrbffs@users.noreply.github.com> Date: Sat, 12 Oct 2019 18:02:49 +0200 Subject: [PATCH] submodule sync --- update-gluon.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update-gluon.sh b/update-gluon.sh index f126b16..5d076dd 100755 --- a/update-gluon.sh +++ b/update-gluon.sh @@ -41,6 +41,7 @@ cd site-ffs git checkout nightly git -C gluon fetch +git -C gluon submodule sync git -C gluon submodule update git -C gluon checkout $new_gluon_rev -- GitLab