Skip to content

Commit e0aa6d9

Browse files
committed
fix for KAL lint
1 parent d8ef625 commit e0aa6d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ $(KIND): $(LOCALBIN)
391391
curl -Lso $(KIND) https://github.com/kubernetes-sigs/kind/releases/download/v$(KIND_VERSION)/kind-$(OS)-$(ARCH_SHORT)
392392
chmod +x $(KIND)
393393

394-
.phony: golangci-lint-kal
394+
.PHONY: golangci-lint-kal
395395
golangci-lint-kal: $(GOLANGCI_LINT_KAL)
396-
$(GOLANGCI_LINT_KAL): $(GOLANGCI_LINT) # Build golangci-lint-kal from custom configuration.
397-
$(GOLANGCI_LINT) custom
396+
$(GOLANGCI_LINT_KAL): tools # Build golangci-lint-kal from custom configuration.
397+
golangci-lint custom

0 commit comments

Comments
 (0)