Skip to content

Commit

Permalink
Fix prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
duarten committed Mar 26, 2023
1 parent 671dceb commit 6f2be39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambdas/dependencies.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def rules_lambda_dependencies():
maybe(
http_archive,
name = "bazel-zig-cc",
strip_prefix = "bazel-zig-cc-v{}".format(bazel_zig_cc.version),
strip_prefix = "bazel-zig-cc-{}".format(bazel_zig_cc.version),
urls = [
"https://github.com/uber/bazel-zig-cc/archive/refs/tags/v{}.tar.gz".format(bazel_zig_cc.version),
],
Expand Down

0 comments on commit 6f2be39

Please sign in to comment.