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
…go#44212)

Signed-off-by: Danielle Adams <danielle.adams@salesforce.com>
  • Loading branch information
Danielle Adams committed Feb 24, 2021
1 parent 196319b commit 68bafed
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 68bafed

Please sign in to comment.