Skip to content

Commit

Permalink
Fix packr2
Browse files Browse the repository at this point in the history
Signed-off-by: Luis Pabón <[email protected]>
  • Loading branch information
lpabon committed Mar 2, 2024
1 parent 8b87046 commit f6c3fae
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 @@ -123,7 +123,7 @@ $(GOPATH)/bin/govendor:

$(GOPATH)/bin/packr2:
@echo "Installing missing $@ ..."
go get -u github.com/gobuffalo/packr/...
go install github.com/gobuffalo/packr/v2/[email protected]

$(GOPATH)/bin/cover:
@echo "Installing missing $@ ..."
Expand Down

0 comments on commit f6c3fae

Please sign in to comment.