Skip to content

Commit

Permalink
updated windows hugo script
Browse files Browse the repository at this point in the history
  • Loading branch information
jerouris committed Feb 8, 2023
1 parent 3d20b53 commit 2e5fa2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fetcher/win-amd64/600-hugo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ VERSION=${HUGO_VERSION}
mkdir -p $DIST/lib/hugo

download hugo_${VERSION}_Windows-64bit.zip \
https://github.com/gohugoio/hugo/releases/download/v${VERSION}/hugo_${VERSION}_Windows-64bit.zip
https://github.com/gohugoio/hugo/releases/download/v${VERSION}/hugo_${VERSION}_windows-amd64.zip

unzip -qo $TMP/hugo_${VERSION}_Windows-64bit.zip -d $DIST/lib/hugo

0 comments on commit 2e5fa2a

Please sign in to comment.