Skip to content

Commit

Permalink
chore: update old reference to aspect-build/bazel-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Oct 13, 2024
1 parent f0e8c00 commit 298908a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/copy_to_directory.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ _copy_to_directory_attr = {
doc = _copy_to_directory_attr_doc["out"],
),
# TODO(3.0): Remove this attribute and do not add directory to runfiles by default.
# https://github.com/aspect-build/bazel-lib/issues/748
# https://github.com/bazel-contrib/bazel-lib/issues/748
"add_directory_to_runfiles": attr.bool(
default = True,
doc = _copy_to_directory_attr_doc["add_directory_to_runfiles"],
Expand Down

0 comments on commit 298908a

Please sign in to comment.