You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by da...@apache.org on 2021/11/29 06:31:02 UTC

[hudi] 01/02: [MINOR] Fix syntax error in create_source_release.sh (#4150)

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

danny0405 pushed a commit to branch release-0.10.0
in repository https://gitbox.apache.org/repos/asf/hudi.git

commit adb330363e2a57b58889b4961ca9a08dc80ac317
Author: Danny Chan <yu...@gmail.com>
AuthorDate: Mon Nov 29 14:17:24 2021 +0800

    [MINOR] Fix syntax error in create_source_release.sh (#4150)
    
    (cherry picked from commit 536af4b954abaa0d92a313bd5827173a232c6700)
---
 scripts/release/create_source_release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/release/create_source_release.sh b/scripts/release/create_source_release.sh
index 978ed01..ff54706 100755
--- a/scripts/release/create_source_release.sh
+++ b/scripts/release/create_source_release.sh
@@ -71,7 +71,7 @@ rsync -a \
   --exclude ".github" --exclude "target" \
   --exclude ".idea" --exclude "*.iml" --exclude ".DS_Store" --exclude "build-target" \
   --exclude "docs/content" --exclude ".rubydeps" \
-  --exclude "rfc"
+  --exclude "rfc" \
   . hudi-$RELEASE_VERSION
 
 tar czf ${RELEASE_DIR}/hudi-${RELEASE_VERSION}.src.tgz hudi-$RELEASE_VERSION