Commit 3cee1b9e authored by Pavel Repin's avatar Pavel Repin Committed by Mislav Marohnić
Browse files

RUBY_BUILD_MIRROR_URL defaults to https://...

Because encryption and authenticity are now cool :)
parent d50a5bb8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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