This is an automated email from the ASF dual-hosted git repository.

kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 0975bef  Remove invalid character in `.asf.yaml` (#6075)
0975bef is described below

commit 0975bef2e545066ed2d4d65476e2fa39d574643f
Author: kezhenxu94 <[email protected]>
AuthorDate: Wed Sep 1 09:32:38 2021 +0800

    Remove invalid character in `.asf.yaml` (#6075)
---
 .asf.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index b6ed2e7..7e92e30 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -19,7 +19,7 @@ github:
   description: |
     Apache DolphinScheduler is a distributed and extensible workflow scheduler 
platform with powerful DAG
     visual interfaces, dedicated to solving complex job dependencies in the 
data pipeline and providing
-    various types of jobs available `out of the box`.
+    various types of jobs available out of box.
   homepage: https://dolphinscheduler.apache.org/
   labels:
     - airflow

Reply via email to