Skip to content

Commit

Permalink
fix: typo in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
powerfooI committed Sep 27, 2023
1 parent 22e184c commit 6cc128c
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 @@ -193,7 +193,7 @@ tools: $(YQ) $(SEMVER)

.PHONY: GOLANGCI_LINT
GOLANGCI_LINT ?= $(LOCALBIN)/golangci-lint
$(GOLANG_LINT):
$(GOLANGCI_LINT):
GOBIN=$(LOCALBIN) go install github.com/golangci/golangci-lint/cmd/golangci-lint@${GOLANG_CI_VERSION}

.PHONY: lint
Expand Down

0 comments on commit 6cc128c

Please sign in to comment.