Skip to content

Commit 8c460a6

Browse files
authored
fixed typo in makefile (#913)
Signed-off-by: Nir Rozenbaum <[email protected]>
1 parent a69b905 commit 8c460a6

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
@@ -158,7 +158,7 @@ verify: vet fmt-verify manifests generate ci-lint verify-all
158158

159159
# Run static analysis.
160160
.PHONY: verify-all
161-
verify:
161+
verify-all:
162162
hack/verify-all.sh -v
163163

164164
##@ Build

0 commit comments

Comments
 (0)