Skip to content

Commit

Permalink
Merge pull request #6547 from rabbitmq/rin/fixup-name-mismatch
Browse files Browse the repository at this point in the history
Fix a name mismatch when bazel is used without bzlmod
  • Loading branch information
pjk25 committed Dec 2, 2022
2 parents a3344e2 + 3ac83b7 commit 8ef168e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspace_helpers.bzl
Expand Up @@ -100,7 +100,7 @@ def rabbitmq_external_deps(rabbitmq_workspace = "@rabbitmq-server"):
)

http_archive(
name = "inet_tcp_proxy",
name = "inet_tcp_proxy_dist",
build_file = rabbitmq_workspace + "//:BUILD.inet_tcp_proxy",
strip_prefix = "inet_tcp_proxy-master",
urls = ["https://github.com/rabbitmq/inet_tcp_proxy/archive/master.zip"],
Expand Down

0 comments on commit 8ef168e

Please sign in to comment.