fix: complement of 4fc713392b - picky downloader bruh
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-05-31 03:37:06 +02:00
parent 57a2aaec5e
commit 2881a537e9
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

2
deploy

@ -5,7 +5,7 @@ HOST=dotya.ml
DIR=public/
export HUGO_VERSION=$1
if [ $(hugo version | grep -q ${HUGO_VERSION}) -eq 1 ]; then
if [ $(hugo version | grep -q ${HUGO_VERSION}; echo $?) -eq 1 ]; then
~/bin/gethugo $HUGO_VERSION
fi
git submodule init