diff --git a/tools/component/main.go b/tools/component/main.go index 306105fa3..618c3e2be 100644 --- a/tools/component/main.go +++ b/tools/component/main.go @@ -26,7 +26,7 @@ import ( ) const ( - cfgPath = "../../../config/config.yaml" + cfgPath = "../../../../../config/config.yaml" minioHealthCheckDuration = 1 maxRetry = 3 componentStartErr = 1705