Skip to content

Commit

Permalink
all: fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ainar-g committed Dec 29, 2020
1 parent d11b1fe commit 55de1e5
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 @@ -28,7 +28,7 @@ ENV = env\
DIST_DIR='$(DIST_DIR)'\
GO='$(GO)'\
GOPROXY='$(GOPROXY)'\
PATH="$$PWD/bin:$$PATH"\
PATH="$$PWD/bin:$$($(GO) env GOPATH)/bin:$$PATH"\
SIGN='$(SIGN)'\
VERBOSE='$(VERBOSE)'\
VERSION='$(VERSION)'\
Expand Down

0 comments on commit 55de1e5

Please sign in to comment.