summaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/update.sh b/update.sh
index 66bc905..849a168 100755
--- a/update.sh
+++ b/update.sh
@@ -4,8 +4,6 @@
set -e
# update our clone
-git submodule update --init --recursive &> /dev/null
-git submodule foreach git pull -q origin master &> /dev/null
git pull -q &> /dev/null
# rerun hugo generator