Skip to content

Commit

Permalink
Fix bzl_srcs_for_stardoc bazel_tools dependency label
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsauer committed Jan 6, 2024
1 parent b998dca commit 6d58fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ filegroup(
name = "bzl_srcs_for_stardoc",
visibility = ["//visibility:public"],
srcs = glob(["**/*.bzl"]) + [
"@bazel_tools//:bzl_srcs"
"@bazel_tools//tools:bzl_srcs"
],
)

Expand Down

0 comments on commit 6d58fa6

Please sign in to comment.