Skip to content

Commit 71bac63

Browse files
committed
[GR-17457] Follow redirects to download the config header archive
PullRequest: truffleruby/4250
2 parents 0a3f28e + fee6713 commit 71bac63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/generate-config-header.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ mx_platform="${os}_${arch}"
2525
archive=$(basename "$url")
2626

2727
if [ ! -e "$archive" ]; then
28-
curl -O "$url"
28+
curl -LO "$url"
2929
fi
3030

3131
if [ ! -d "ruby-$VERSION" ]; then

0 commit comments

Comments
 (0)