From 5ee5868f5baacb25b8f2fe8ca37307969d444018 Mon Sep 17 00:00:00 2001 From: surtur Date: Wed, 10 Jun 2020 14:41:17 +0200 Subject: [PATCH] fix: corrected PATH - was unable to find gethugo --- deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy b/deploy index 76de325..9f9e99c 100755 --- a/deploy +++ b/deploy @@ -4,7 +4,7 @@ USR=dotyaoverlord HOST=dotya.ml DIR=public/ export HUGO_VERSION=$1 -PATH=~/.local/bin:$PATH +PATH=~/.local/bin:~/bin:$PATH gethugo $HUGO_VERSION