From 4b42112bc3e6decc16b98609719931dc013b357b Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 7 Apr 2019 16:46:14 +0200 Subject: [PATCH] recurse sub-modules --- update.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/update.sh b/update.sh index 881c316..05b0aa8 100755 --- a/update.sh +++ b/update.sh @@ -5,8 +5,7 @@ set -e # update our clone git submodule update --init --recursive -git submodule update --recursive --remote -git pull +git pull --recurse-submodules # rerun hugo generator # export the GIT env vars we need to have links in the footer