From d9bb02664c81615b94cb48c1efd2dc92cc59d6cd Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sat, 3 Aug 2019 22:35:53 +0200 Subject: no submodules --- update.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'update.sh') 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 -- cgit v1.2.3