Skip to content

Commit

Permalink
RUBY_BUILD_MIRROR_URL defaults to https://...
Browse files Browse the repository at this point in the history
Because encryption and authenticity are now cool :)
  • Loading branch information
paxan authored and mislav committed Jul 20, 2015
1 parent d50a5bb commit 3cee1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ruby-build
Expand Up @@ -1178,7 +1178,7 @@ else
fi

if [ -z "$RUBY_BUILD_MIRROR_URL" ]; then
RUBY_BUILD_MIRROR_URL="http://dqw8nmjcqpjn7.cloudfront.net"
RUBY_BUILD_MIRROR_URL="https://dqw8nmjcqpjn7.cloudfront.net"
else
RUBY_BUILD_MIRROR_URL="${RUBY_BUILD_MIRROR_URL%/}"
fi
Expand Down

0 comments on commit 3cee1b9

Please sign in to comment.