diff --git a/update.sh b/update.sh index 05c864c..8be9a0f 100755 --- a/update.sh +++ b/update.sh @@ -4,9 +4,9 @@ set -e # update our clone -git submodule update --init --recursive -git submodule foreach git pull origin master -git pull +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 # export the GIT env vars we need to have links in the footer