Skip to content

Commit

Permalink
docs: fix load path for copy_file_to_bin_action (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
gzm0 authored Nov 30, 2023
1 parent ddac9c4 commit 975a933
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/copy_to_bin.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/private/copy_to_bin.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def copy_file_to_bin_action(ctx, file):
in your rule definition. For example:
```starlark
load("@aspect_bazel_lib//lib:copy_file.bzl", "COPY_FILE_TO_BIN_TOOLCHAINS")
load("@aspect_bazel_lib//lib:copy_to_bin.bzl", "COPY_FILE_TO_BIN_TOOLCHAINS")
my_rule = rule(
...,
Expand Down

0 comments on commit 975a933

Please sign in to comment.