Skip to content

Commit 7ad8849

Browse files
authored
Merge pull request #238 from weizhouapache/Makefile-fix-tilt-up
Makefile: fix 'make tilt-up'
2 parents 8c69f07 + be22599 commit 7ad8849

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
@@ -229,7 +229,7 @@ docker-push: .dockerflag.mk ## Push docker image with the manager.
229229
## --------------------------------------
230230

231231
.PHONY: tilt-up
232-
tilt-up: cluster-api kind-cluster cluster-api/tilt-settings.json manifests ## Setup and run tilt for development.
232+
tilt-up: cluster-api kind-cluster cluster-api/tilt-settings.json generate-manifests ## Setup and run tilt for development.
233233
cd cluster-api && tilt up
234234

235235
.PHONY: kind-cluster

0 commit comments

Comments
 (0)