From b3c648734f98fe710d3482211376ba210ff0e6a8 Mon Sep 17 00:00:00 2001 From: Ariejan de Vroom Date: Fri, 10 Mar 2017 00:11:48 +0100 Subject: [PATCH] fix - / _ shit --- ci-install-hugo.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci-install-hugo.sh b/ci-install-hugo.sh index b77ea97..4de522c 100755 --- a/ci-install-hugo.sh +++ b/ci-install-hugo.sh @@ -1,6 +1,6 @@ HUGO_VERSION=0.19 -HUGO_FILENAME=hugo_${HUGO_VERSION}_linux-64bit -HUGO_DOWNLOAD=${HUGO_FILENAME}.tar.gz +HUGO_DOWNLOAD=hugo_${HUGO_VERSION}_linux-64bit.tar.gz +HUGO_FILENAME=hugo_${HUGO_VERSION}_linux_amd64 set -x set -e