Skip to content

Commit c35facd

Browse files
authored
Fix wrong download URL in verification script (#105)
Closes GH-102
1 parent ba7c484 commit c35facd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/release/verify-rc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ download_rc_file() {
9393
--show-error \
9494
--fail \
9595
--location \
96-
--remote-name "${releases_url}/tag/${VERSION}-rc${RC_NUMBER}/${file}"
96+
--remote-name "${releases_url}/download/${VERSION}-rc${RC_NUMBER}/${file}"
9797
}
9898

9999
import_gpg_keys() {

0 commit comments

Comments
 (0)