Skip to content

Commit

Permalink
Fix main.go path in tilt-provider.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-est committed Oct 28, 2020
1 parent 28a0c53 commit 48dad1a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tilt-provider.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
"name": "metal3-bmo",
"config": {
"kustomize_config": false,
"go_main": "cmd/manager/main.go",
"image": "quay.io/metal3-io/baremetal-operator",
"live_reload_deps": [
"cmd", "pkg", "go.mod", "go.sum"
"apis", "cmd", "pkg", "config", "controllers", "go.mod", "go.sum", "main.go"
]
}
}
}

0 comments on commit 48dad1a

Please sign in to comment.