From f62ed19bcdfee4456a1dd83a1ed1d5670ebad6c0 Mon Sep 17 00:00:00 2001
From: nrbffs <38812627+nrbffs@users.noreply.github.com>
Date: Sat, 12 Oct 2019 17:52:49 +0200
Subject: [PATCH] update gluon submodule

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

diff --git a/update-gluon.sh b/update-gluon.sh
index 25189b7..aab2145 100755
--- a/update-gluon.sh
+++ b/update-gluon.sh
@@ -42,6 +42,7 @@ git checkout nightly
 
 git -C gluon fetch
 git -C gluon checkout $new_gluon_rev
+git -C gluon submodule update
 
 git add gluon
 git commit -m "automatic update to gluon $fork_newest_minor_tag"
-- 
GitLab