Skip to content

Commit accd64b

Browse files
committed
Fix go build path
Signed-off-by: mie313 <mie313.tanaka@gmail.com>
1 parent a6ecd1a commit accd64b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ k8s_yaml(updated_install)
4444
# binary is rebuilt and the hot swat wrapper takes care of the rest.
4545
local_resource(
4646
'manager',
47-
"CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o bin/manager ./",
47+
"CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o bin/manager ./cmd/rcm/main.go",
4848
deps = [
4949
"main.go",
5050
"go.mod",

0 commit comments

Comments
 (0)