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

kou 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 664a158  MINOR: [Release] Correctly detect staging flag during binary 
upload step (#12226)
664a158 is described below

commit 664a15896c8eb07916beb054b45db3e35b9810da
Author: Krisztián Szűcs <[email protected]>
AuthorDate: Sat Jan 22 04:50:44 2022 +0100

    MINOR: [Release] Correctly detect staging flag during binary upload step 
(#12226)
---
 dev/release/binary-task.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/release/binary-task.rb b/dev/release/binary-task.rb
index 0949f61..8034d86 100644
--- a/dev/release/binary-task.rb
+++ b/dev/release/binary-task.rb
@@ -605,7 +605,7 @@ class BinaryTask
     private
     def base_path
       path = @distribution
-      path += "-staging"
+      path += "-staging" if @staging
       path
     end
 

Reply via email to