You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ra...@apache.org on 2023/06/13 13:03:17 UTC

[arrow] 12/17: More test

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

raulcd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git

commit 5b483f0fa42d2e580d7b21090fa100e9da4c9f17
Author: Raúl Cumplido <ra...@gmail.com>
AuthorDate: Tue Jun 13 14:59:58 2023 +0200

    More test
---
 dev/release/post-11-bump-versions.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/release/post-11-bump-versions.sh b/dev/release/post-11-bump-versions.sh
index c2426f6878..181bd43609 100755
--- a/dev/release/post-11-bump-versions.sh
+++ b/dev/release/post-11-bump-versions.sh
@@ -75,7 +75,7 @@ if [ ${BUMP_DEB_PACKAGE_NAMES} -gt 0 ]; then
   deb_lib_suffix=$(so_version $version)
   next_deb_lib_suffix=$(so_version $next_version)
   if [ "${deb_lib_suffix}" != "${next_deb_lib_suffix}" ]; then
-    echo "TOMATO $(deb_lib_suffix) and $(next_deb_lib_suffix"
+    echo "TOMATO $(deb_lib_suffix) and $(next_deb_lib_suffix)"
     cd $SOURCE_DIR/../tasks/linux-packages/apache-arrow
     for target in debian*/lib*${deb_lib_suffix}.install; do
       git mv \