Skip to content

Commit 2b0bf58

Browse files
Move label filed under config to fix tilt up error (#850)
Co-authored-by: Karthik K N <[email protected]>
1 parent 31edb26 commit 2b0bf58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tilt-provider.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"image": "gcr.io/k8s-staging-capi-ibmcloud/cluster-api-ibmcloud-controller",
55
"live_reload_deps": [
66
"main.go", "go.mod", "go.sum", "api", "cloud", "cmd", "controllers", "pkg"
7-
]
8-
},
9-
"label": "CAPIBM"
7+
],
8+
"label": "CAPIBM"
9+
}
1010
}

0 commit comments

Comments
 (0)