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 9e94571  release:rc:publish:apache: fix a typo (#124)
9e94571 is described below

commit 9e9457191dab766c33f43d20c25d021a5f9d5ab0
Author: Sutou Kouhei <[email protected]>
AuthorDate: Wed Sep 13 15:25:16 2023 +0900

    release:rc:publish:apache: fix a typo (#124)
    
    Closes GH-118
---
 Rakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Rakefile b/Rakefile
index 065a003..53b500c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -479,7 +479,7 @@ Flight SQL adapter for PostgreSQL doesn't reach 1.0.0 yet.
              "--depth=empty",
              "https://dist.apache.org/repos/dist/release/arrow";,
              tmp)
-          release_dir = "#{tmp}/apache-arrow-flight-sql-postgresql-#{verison}"
+          release_dir = "#{tmp}/apache-arrow-flight-sql-postgresql-#{version}"
           mkdir_p(release_dir)
           sh("gh", "release", "download",
              "--dir", release_dir,

Reply via email to