This is an automated email from the ASF dual-hosted git repository.
zeroshade pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-go.git
The following commit(s) were added to refs/heads/main by this push:
new 5c4fdc92 Remove --remote-name option from download function
5c4fdc92 is described below
commit 5c4fdc920dd3e4a2eeccaca298d00b00475b537b
Author: Matt Topol <[email protected]>
AuthorDate: Fri Apr 24 12:57:21 2026 -0400
Remove --remote-name option from download function
Removed the --remote-name option from the download function. we're using
`--output` explicitly now
---
dev/release/verify_rc.sh | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev/release/verify_rc.sh b/dev/release/verify_rc.sh
index efd69be4..7d6c9331 100755
--- a/dev/release/verify_rc.sh
+++ b/dev/release/verify_rc.sh
@@ -66,8 +66,7 @@ setup_tmpdir() {
download() {
curl \
--fail \
- --location \
- --remote-name \
+ --location \
--show-error \
--silent \
--output "$2" \