From 3721d55c0529572c242fcc985e5e5f4761523058 Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Tue, 13 Feb 2024 15:51:58 -0500 Subject: [PATCH] rebar: Fix inet_tcp_proxy_dist application name I have also pushed a commit to the inet_tcp_proxy repo adding a .app.src file, fixing the Ra rebar build in the test profile. --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 3f4f8865..eb770ace 100644 --- a/rebar.config +++ b/rebar.config @@ -12,7 +12,7 @@ {looking_glass, {git, "https://github.com/rabbitmq/looking_glass", {branch, "main"}}}, - {inet_tcp_proxy, + {inet_tcp_proxy_dist, {git, "https://github.com/rabbitmq/inet_tcp_proxy", {branch, "master"}}} ]}]}