We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec07bb9 commit 31b859dCopy full SHA for 31b859d
Makefile
@@ -7,7 +7,7 @@ build-with-coverage:
7
go build -cover -ldflags "-s -w -X github.com/evilmartians/lefthook/internal/version.commit=$(COMMIT_HASH)" -o lefthook
8
9
install: build
10
- cp lefthook $(GOPATH)/bin/
+ cp lefthook $$(go env GOPATH)/bin
11
12
test:
13
go test -cpu 24 -race -count=1 -timeout=30s ./...
0 commit comments