Skip to content

Commit 3756c31

Browse files
clydindevversion
authored andcommitted
fix(ng_examples_db): use absolute label for js binary
1 parent 9409450 commit 3756c31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ng_examples_db/index.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def ng_examples_db(name, srcs, path, out, data = []):
55
name = name,
66
outs = [out],
77
srcs = srcs + data,
8-
tool = ":bin",
8+
tool = "@rules_angular//src/ng_examples_db:bin",
99
progress_message = "Generating code examples database from %s" % path,
1010
mnemonic = "NgExamplesDb",
1111
args = [path, "$(rootpath %s)" % out],

0 commit comments

Comments
 (0)