Skip to content

Commit 5737736

Browse files
Update Makefile
1 parent 38d9bae commit 5737736

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
@@ -338,7 +338,7 @@ go-build-linux: export GOARCH=amd64
338338
go-build-linux: $(BINARIES)
339339

340340
.PHONY: run
341-
run: generate docker-build kind-cluster kind-load kind-deploy wait #HELP Build the operator-controller then deploy it into a new kind cluster.
341+
run: docker-build kind-cluster kind-load kind-deploy wait #HELP Build the operator-controller then deploy it into a new kind cluster.
342342

343343
CATALOGD_NAMESPACE := olmv1-system
344344
wait:

0 commit comments

Comments
 (0)