Skip to content

Commit 6d58fa6

Browse files
committed
Fix bzl_srcs_for_stardoc bazel_tools dependency label
1 parent b998dca commit 6d58fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ filegroup(
1515
name = "bzl_srcs_for_stardoc",
1616
visibility = ["//visibility:public"],
1717
srcs = glob(["**/*.bzl"]) + [
18-
"@bazel_tools//:bzl_srcs"
18+
"@bazel_tools//tools:bzl_srcs"
1919
],
2020
)
2121

0 commit comments

Comments
 (0)