From a3231c50c0447fada33aee9281f3dfd553c51d4b Mon Sep 17 00:00:00 2001 From: shenoypritika Date: Mon, 17 Jul 2023 11:01:56 -0700 Subject: [PATCH] fix makefile run command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 783a554b..c771d14e 100644 --- a/Makefile +++ b/Makefile @@ -129,7 +129,7 @@ build: generate fmt vet ## Build manager binary. .PHONY: run run: manifests generate fmt vet ## Run a controller from your host. - export ENABLE_WEBHOOKS=false && go run ./main.go + ENABLE_WEBHOOKS=false go run ./main.go .PHONY: docker-build docker-build: test ## Build docker image with the manager.