Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
illicitonion committed Nov 28, 2024
1 parent 30bdc54 commit 7f09c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crate_universe/private/local_crate_mirror.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def _local_crate_mirror_impl(repository_ctx):

generator, _generator_sha256 = get_generator(repository_ctx, host_triple.str)

execute(repository_ctx, ["bash", "-c", "-cp -r {}/* {}/".format(path, repository_ctx.path("."))])
execute(repository_ctx, ["bash", "-c", "cp -r {}/* {}/".format(path, repository_ctx.path("."))])

execute(repository_ctx, [generator, "render", "--options-json", repository_ctx.attr.options_json, "--output-path", repository_ctx.path("BUILD.bazel")])

Expand Down

0 comments on commit 7f09c68

Please sign in to comment.