Skip to content

Commit af9144f

Browse files
authored
Merge pull request #608 from mie313/modify-local-resource-dependencies
Modify local resource dependencies in Tilefile.
2 parents f1b48df + 433a41e commit af9144f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Tiltfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ local_resource(
4646
'manager',
4747
"CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o bin/manager ./cmd/rcm/main.go",
4848
deps = [
49-
"main.go",
49+
"./cmd/rcm/main.go",
5050
"go.mod",
5151
"go.sum",
52-
"controllers",
52+
"./internal",
5353
],
5454
)
5555

0 commit comments

Comments
 (0)