Skip to content

Commit 0ff8a3f

Browse files
authored
fix: ecsact_rtb runfiles were incorrect (#284)
1 parent bf4bd23 commit 0ff8a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ load("@bzlws//:index.bzl", "bzlws_copy", "bzlws_extract")
44

55
pkg_executable(
66
name = "ecsact_rtb_runfiles",
7-
bin = "@ecsact_cli",
7+
bin = "@ecsact_rtb//cli:ecsact_rtb",
88
path = "ecsact_rtb",
99
)
1010

0 commit comments

Comments
 (0)