Skip to content

Commit 7ff6288

Browse files
authored
Makefile: typo (#3628)
1 parent 14a1725 commit 7ff6288

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
@@ -317,7 +317,7 @@ check_golangci-lint:
317317
ifeq ($(OS),Windows_NT)
318318
@where golangci-lint >nul || (echo "Error: golangci-lint is not installed. Install it from https://github.com/golangci/golangci-lint" && exit 1)
319319
else
320-
@command -v galangci-lint > /dev/null 2>&1 || (echo "Error: golangci-lint is not installed. Install it from https://github.com/golangci/golangci-lint" && exit 1)
320+
@command -v golangci-lint > /dev/null 2>&1 || (echo "Error: golangci-lint is not installed. Install it from https://github.com/golangci/golangci-lint" && exit 1)
321321
endif
322322

323323
.PHONY: lint

0 commit comments

Comments
 (0)