summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xupdate.sh3
1 files changed, 1 insertions, 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