diff --git a/scripts/hugo.sh b/scripts/hugo.sh index a1ad2aa..73ca418 100755 --- a/scripts/hugo.sh +++ b/scripts/hugo.sh @@ -19,7 +19,7 @@ set -euo pipefail readonly PROJECT_ROOT=$(pwd) readonly TARBALL=hugo.tar.gz -readonly SOURCE="https://github.com/gohugoio/hugo/releases/download/v0.110.0/hugo_0.110.0_linux-amd64.tar.gz" +readonly SOURCE="https://github.com/gohugoio/hugo/releases/download/v0.110.0/hugo_extended_0.110.0_linux-amd64.tar.gz" readonly BIN_PATH=tmp/bin readonly BIN=$BIN_PATH/hugo