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

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


The following commit(s) were added to refs/heads/dev by this push:
     new bc766aa  [Improvement][docs] Fix typo in CONTRIBUTING.md (#3624)
bc766aa is described below

commit bc766aaab8c4d1c972f5208bb18d420aec7e9ce6
Author: qingzhongli <[email protected]>
AuthorDate: Sun Aug 30 18:47:14 2020 +0800

    [Improvement][docs] Fix typo in CONTRIBUTING.md (#3624)
    
    Co-authored-by: 李庆忠 <[email protected]>
---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e02ed11..f26b06e 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -56,7 +56,7 @@ If remote branch has a new branch `DEV-1.0`, you need to 
synchronize this branch
 
 ```
 git checkout -b dev-1.0 upstream/dev-1.0
-git push --set-upstream origin dev1.0
+git push --set-upstream origin dev-1.0
 ```
 
 ## Create your feature branch

Reply via email to