Skip to content

Commit

Permalink
Small Make target bug-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianZaccaria authored and openshift-merge-robot committed Aug 9, 2023
1 parent bc4b46a commit d987823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ test-e2e: defaults manifests generate fmt vet ## Run e2e tests.
go test -timeout 30m -v ./test/e2e

.PHONY: kind-e2e
setup-e2e: ## Set up e2e KinD cluster.
kind-e2e: ## Set up e2e KinD cluster.
test/e2e/kind.sh

.PHONY: setup-e2e
Expand Down

0 comments on commit d987823

Please sign in to comment.