Skip to content

Commit

Permalink
pass -mod flag to update go.mod file during install (related: golang/…
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielle Adams committed Feb 24, 2021
1 parent dc1fa2e commit c67d39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ clean:

install-hugo:
@echo "> Installing hugo..."
cd tools; go install --tags extended github.com/gohugoio/hugo
cd tools; go install -mod=mod --tags extended github.com/gohugoio/hugo

install-pack-cli:
@echo "> Installing pack bin..."
Expand Down

0 comments on commit c67d39d

Please sign in to comment.