You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ks...@apache.org on 2022/05/02 09:31:23 UTC

[arrow] branch master updated: MINOR: [Release] Fix a typo in message of verification script (#13042)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 62ae004940 MINOR: [Release] Fix a typo in message of verification script (#13042)
62ae004940 is described below

commit 62ae004940d25ddd4b8b1ed7d376db36c6f7e63a
Author: Sutou Kouhei <ko...@clear-code.com>
AuthorDate: Mon May 2 18:31:11 2022 +0900

    MINOR: [Release] Fix a typo in message of verification script (#13042)
---
 dev/release/verify-release-candidate.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/release/verify-release-candidate.sh b/dev/release/verify-release-candidate.sh
index c85978da7b..ccd75ed2e0 100755
--- a/dev/release/verify-release-candidate.sh
+++ b/dev/release/verify-release-candidate.sh
@@ -882,7 +882,7 @@ ensure_source_directory() {
     fi
   else
     # Release tarball, testing repositories must be cloned separately
-    echo "Verifying official Arrow release candidate ${VERSION}-rc{$RC_NUMBER}"
+    echo "Verifying official Arrow release candidate ${VERSION}-rc${RC_NUMBER}"
     export ARROW_SOURCE_DIR="${ARROW_TMPDIR}/${dist_name}"
     if [ ! -d "${ARROW_SOURCE_DIR}" ]; then
       pushd $ARROW_TMPDIR