Skip to content

Commit 31b859d

Browse files
committed
chore: fix Makefile
1 parent ec07bb9 commit 31b859d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-with-coverage:
77
go build -cover -ldflags "-s -w -X github.com/evilmartians/lefthook/internal/version.commit=$(COMMIT_HASH)" -o lefthook
88

99
install: build
10-
cp lefthook $(GOPATH)/bin/
10+
cp lefthook $$(go env GOPATH)/bin
1111

1212
test:
1313
go test -cpu 24 -race -count=1 -timeout=30s ./...

0 commit comments

Comments
 (0)