From cb2ae708f3f6f9d53d2f1bf1aeadb809f9a18f62 Mon Sep 17 00:00:00 2001 From: Zhichang Yu Date: Thu, 26 Sep 2024 14:33:38 +0800 Subject: [PATCH] Fix soft link. Close #2587 (#2602) Fix soft link ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --- conf/service_conf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/service_conf.yaml b/conf/service_conf.yaml index 52bc1f310..09c0c9041 120000 --- a/conf/service_conf.yaml +++ b/conf/service_conf.yaml @@ -1 +1 @@ -docker/service_conf.yaml \ No newline at end of file +../docker/service_conf.yaml \ No newline at end of file