From 537dd71e7527a6cb0794f7cd2e0f78189be2aab9 Mon Sep 17 00:00:00 2001 From: anlicheng <244108715@qq.com> Date: Wed, 10 Jun 2026 16:03:15 +0800 Subject: [PATCH] fix ctrl shell --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 9feae25..179ad39 100644 --- a/rebar.config +++ b/rebar.config @@ -26,7 +26,7 @@ {mode, prod}, %{mode, prod}, {overlay, [ - {copy, "go_extend/cmd/iot_ctrl/iot_ctrl", "bin/"} + {copy, "go_extend/iot_ctrl", "bin/"} ]}, {sys_config_src, "./config/sys.config.src"},