Skip to content

Commit ad31ae0

Browse files
Update Makefile
Co-authored-by: Predrag Knezevic <[email protected]>
1 parent 2c6d769 commit ad31ae0

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
@@ -151,7 +151,7 @@ lint-custom: custom-linter-build #EXHELP Call custom linter for the project
151151

152152
.PHONY: lint-api-diff
153153
lint-api-diff: $(GOLANGCI_LINT) #HELP Validate API changes using kube-api-linter with diff-aware analysis
154-
bash hack/api-lint-diff/run.sh
154+
hack/api-lint-diff/run.sh
155155

156156
.PHONY: k8s-pin
157157
k8s-pin: #EXHELP Pin k8s staging modules based on k8s.io/kubernetes version (in go.mod or from K8S_IO_K8S_VERSION env var) and run go mod tidy.

0 commit comments

Comments
 (0)