You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2022/12/22 20:47:53 UTC

[arrow-adbc] branch main updated: ci: fix typo in Rakefile (#257)

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-adbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 37f329d  ci: fix typo in Rakefile (#257)
37f329d is described below

commit 37f329d575eea222059b800ebc6a6899b39957b9
Author: David Li <li...@gmail.com>
AuthorDate: Thu Dec 22 15:47:48 2022 -0500

    ci: fix typo in Rakefile (#257)
---
 ci/linux-packages/Rakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/linux-packages/Rakefile b/ci/linux-packages/Rakefile
index b0a9a78..5d1ba98 100644
--- a/ci/linux-packages/Rakefile
+++ b/ci/linux-packages/Rakefile
@@ -101,7 +101,7 @@ class ADBCPackageTask < PackageTask
     download(url, @archive_name)
   end
 
-  def download_release_archive
+  def download_released_archive
     base_url = "https://www.apache.org/dyn/closer.lua/arrow"
     archive_name_no_rc = @archive_name.gsub(/-rc\d+(\.tar\.gz)\z/, "\\1")
     url = "#{base_url}/#{@package}-#{@version}/#{archive_name_no_rc}"