From 2f904694110158078fc19fcaf4de1fe92fda87a4 Mon Sep 17 00:00:00 2001 From: surtur Date: Wed, 11 Mar 2020 21:37:30 +0100 Subject: [PATCH] added absolute path to `gethugo` --- deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy b/deploy index d1e41c2..eb40c0b 100755 --- a/deploy +++ b/deploy @@ -5,7 +5,7 @@ HOST=dotya.ml DIR=public/ HUGO_VERSION=$1 -gethugo $HUGO_VERSION +~/bin/gethugo $HUGO_VERSION git submodule init git submodule update hugo version