[MINOR] Fix syntax error in create_source_release.sh (#4150)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user