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

kou pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/arrow-flight-sql-postgresql.git


The following commit(s) were added to refs/heads/main by this push:
     new c35facd  Fix wrong download URL in verification script (#105)
c35facd is described below

commit c35facd28bdbcdbfbf495d1386f3ca9ee074460c
Author: Sutou Kouhei <[email protected]>
AuthorDate: Mon Sep 11 13:48:15 2023 +0900

    Fix wrong download URL in verification script (#105)
    
    Closes GH-102
---
 dev/release/verify-rc.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/release/verify-rc.sh b/dev/release/verify-rc.sh
index d25a732..18d6ce5 100755
--- a/dev/release/verify-rc.sh
+++ b/dev/release/verify-rc.sh
@@ -93,7 +93,7 @@ download_rc_file() {
     --show-error \
     --fail \
     --location \
-    --remote-name "${releases_url}/tag/${VERSION}-rc${RC_NUMBER}/${file}"
+    --remote-name "${releases_url}/download/${VERSION}-rc${RC_NUMBER}/${file}"
 }
 
 import_gpg_keys() {

Reply via email to