From c1f6c448d0adcc692f1aec22b3166549e8127135 Mon Sep 17 00:00:00 2001 From: hanzhixiao <709674996@qq.com> Date: Fri, 11 Aug 2023 09:58:35 +0800 Subject: [PATCH] 815 Signed-off-by: hanzhixiao <709674996@qq.com> --- tools/component/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/component/main.go b/tools/component/main.go index bc60b8140..95bc98682 100644 --- a/tools/component/main.go +++ b/tools/component/main.go @@ -27,7 +27,7 @@ import ( ) const ( - cfgPath = "../../../../../config/config.yaml" + cfgPath = "../../config/config.yaml" minioHealthCheckDuration = 1 maxRetry = 100 componentStartErrCode = 6000