From 62fb2fd19b769c2fa4fa68a32675891104d3608c Mon Sep 17 00:00:00 2001 From: wangyangting Date: Thu, 15 Oct 2020 19:57:06 +0800 Subject: [PATCH] fix service comment (#3901) * fix service comment ## Before ```xml ... ``` ## After ```xml ... ``` * Update dolphinscheduler-binary.xml Co-authored-by: dailidong --- .../src/main/assembly/dolphinscheduler-binary.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dolphinscheduler-dist/src/main/assembly/dolphinscheduler-binary.xml b/dolphinscheduler-dist/src/main/assembly/dolphinscheduler-binary.xml index 9b61c5e09..34f2cd2a9 100644 --- a/dolphinscheduler-dist/src/main/assembly/dolphinscheduler-binary.xml +++ b/dolphinscheduler-dist/src/main/assembly/dolphinscheduler-binary.xml @@ -112,8 +112,8 @@ - - + + ${basedir}/../dolphinscheduler-service/src/main/resources @@ -226,4 +226,4 @@ - \ No newline at end of file + -- GitLab