summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2019-04-07 16:50:28 +0200
committerChristoph Cullmann <cullmann@kde.org>2019-04-07 16:50:28 +0200
commit4525a18c8e6aa74d3d733a77d797b9135e04d7d8 (patch)
tree014dc6de3217cf2bc6f43692aa9fe6b6b59da2a3
parent4b42112bc3e6decc16b98609719931dc013b357b (diff)
recurse sub-modules
-rwxr-xr-xupdate.sh1
1 files changed, 1 insertions, 0 deletions
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