Skip to content

Commit 5c4fdc9

Browse files
authored
Remove --remote-name option from download function
Removed the --remote-name option from the download function. we're using `--output` explicitly now
1 parent 7b3d772 commit 5c4fdc9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

dev/release/verify_rc.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ setup_tmpdir() {
6666
download() {
6767
curl \
6868
--fail \
69-
--location \
70-
--remote-name \
69+
--location \
7170
--show-error \
7271
--silent \
7372
--output "$2" \

0 commit comments

Comments
 (0)