Skip to content

Commit d987823

Browse files
Small Make target bug-fix
1 parent bc4b46a commit d987823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ test-e2e: defaults manifests generate fmt vet ## Run e2e tests.
449449
go test -timeout 30m -v ./test/e2e
450450

451451
.PHONY: kind-e2e
452-
setup-e2e: ## Set up e2e KinD cluster.
452+
kind-e2e: ## Set up e2e KinD cluster.
453453
test/e2e/kind.sh
454454

455455
.PHONY: setup-e2e

0 commit comments

Comments
 (0)