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

jongyoul pushed a commit to branch branch-0.11
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/branch-0.11 by this push:
     new 5ca1e7ba7d [HOTFIX] Fix tar command
5ca1e7ba7d is described below

commit 5ca1e7ba7d85379c45c02060b7139c0b191e4068
Author: Jongyoul Lee <jongy...@gmail.com>
AuthorDate: Sat Jul 6 22:45:05 2024 +1000

    [HOTFIX] Fix tar command
---
 dev/create_release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/create_release.sh b/dev/create_release.sh
index ff9c6d95dd..f39a21bb73 100755
--- a/dev/create_release.sh
+++ b/dev/create_release.sh
@@ -47,7 +47,7 @@ function make_source_package() {
   # create source package
   cd ${WORKING_DIR}
   cp -r "zeppelin" "zeppelin-${RELEASE_VERSION}"
-  ${TAR} cvzf "zeppelin-${RELEASE_VERSION}.tgz" "zeppelin-${RELEASE_VERSION}"
+  ${TAR} -cvzf "zeppelin-${RELEASE_VERSION}.tgz" "zeppelin-${RELEASE_VERSION}"
 
   echo "Signing the source package"
   cd "${WORKING_DIR}"

Reply via email to