update git-pre-push hook

main
Dominic Reich 3 weeks ago
parent 39bf8330a7
commit 5ddecf4664
Signed by: dominic
GPG Key ID: BC9D6AE1A3BE169A

@ -17,7 +17,7 @@ clean_up () {
echo -n ">>> Creating static files with `hugo version | awk '{ print $1,$2 }'`..." echo -n ">>> Creating static files with `hugo version | awk '{ print $1,$2 }'`..."
ret="$(hugo --gc --minify --cleanDestinationDir --printPathWarnings --logLevel warn)" ret="$(hugo --gc --minify --printPathWarnings --logLevel warn)"
# if [ -n "$(echo $ret | grep Total)" ] ; then # if [ -n "$(echo $ret | grep Total)" ] ; then
if [ "$?" -eq "0" ] ; then if [ "$?" -eq "0" ] ; then

Loading…
Cancel
Save