Skip to content

Commit 2056f2f

Browse files
authored
Merge pull request #628 from mboersma/fix-tiltfile
🐛 Remove errant space that broke "make tilt-up"
2 parents 1cf1ec4 + 55c9b43 commit 2056f2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tiltfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ settings = {
99
"deploy_cert_manager": True,
1010
"preload_images_for_kind": True,
1111
"kind_cluster_name": "capz",
12-
"capi_version": "v0.3.6 ",
12+
"capi_version": "v0.3.6",
1313
"cert_manager_version": "v0.11.0",
1414
}
1515

@@ -207,4 +207,4 @@ if settings.get("deploy_cert_manager"):
207207

208208
deploy_capi()
209209

210-
capz()
210+
capz()

0 commit comments

Comments
 (0)