Skip to content

Commit

Permalink
specify packr location instead of dotdotdot syntax. closes #196
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Dec 17, 2018
1 parent d6f207d commit c82f27f
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 @@ -20,7 +20,7 @@ docker: $(GO_SOURCES)
GOOS=linux GOARCH=amd64 $(GOPATH)/bin/packr build -v -ldflags '-w $(LDFLAGS)' -o $(EXECUTABLE) $(MAIN_PKG)

$(GOPATH)/bin/packr:
GOBIN=$(GOPATH)/bin go get github.com/gobuffalo/packr/...
GOBIN=$(GOPATH)/bin go get -u github.com/gobuffalo/packr/packr

.PHONY: npm
npm:
Expand Down

0 comments on commit c82f27f

Please sign in to comment.