From 4525a18c8e6aa74d3d733a77d797b9135e04d7d8 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 7 Apr 2019 16:50:28 +0200 Subject: recurse sub-modules --- update.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'update.sh') diff --git a/update.sh b/update.sh index 05b0aa8..8fbc8b3 100755 --- a/update.sh +++ b/update.sh @@ -5,6 +5,7 @@ set -e # update our clone git submodule update --init --recursive +git submodule foreach git pull origin master git pull --recurse-submodules # rerun hugo generator -- cgit v1.2.3