Skip to content

Commit 5222bcb

Browse files
committed
add debug flag
Signed-off-by: Michael Gnehr <[email protected]>
1 parent b1bceca commit 5222bcb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,7 @@ pr:
469469
.PHONY: golangci-lint
470470
golangci-lint:
471471
@hash golangci-lint > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
472-
export BINARY="golangci-lint" & curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin v1.16.0; \
472+
export BINARY="golangci-lint"; \
473+
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -d -b $(GOPATH)/bin v1.16.0; \
473474
fi
474475
golangci-lint run

0 commit comments

Comments
 (0)