From a1bdb01cd2d878966cf2470cd224828255a8f3b8 Mon Sep 17 00:00:00 2001 From: Gordon <46924906+FGadvancer@users.noreply.github.com> Date: Fri, 18 Aug 2023 22:15:48 +0800 Subject: [PATCH] fix: check component Signed-off-by: Gordon <46924906+FGadvancer@users.noreply.github.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 c683ac383..db9ea915c 100644 --- a/tools/component/main.go +++ b/tools/component/main.go @@ -29,7 +29,7 @@ import ( ) const ( - cfgPath = "../../config/config.yaml" + cfgPath = "../../../../../config/config.yaml" minioHealthCheckDuration = 1 maxRetry = 100 componentStartErrCode = 6000