Skip to content

Commit

Permalink
fix makefile run command
Browse files Browse the repository at this point in the history
  • Loading branch information
shenoypritika committed Jul 17, 2023
1 parent 078c74d commit a3231c5
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 @@ -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.
Expand Down

0 comments on commit a3231c5

Please sign in to comment.