Skip to content

Commit 49904e0

Browse files
committed
Merge pull request #12 from tokuhirom/patch-1
Use https scheme for cloning ruby-build.
2 parents bcad469 + 62d4726 commit 49904e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby-install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if [ ! -f ./var/ruby-build.date -o "x"$oldcheck = "x" ]; then
3030
set -e
3131
cd var
3232
[ -d ./ruby-build -o -d ruby-build-repo ] && rm -rf ruby-build-repo ruby-build ruby-build.date
33-
git clone -q git://github.com/sstephenson/ruby-build.git ruby-build-repo
33+
git clone -q https://github.com/sstephenson/ruby-build.git ruby-build-repo
3434
touch ruby-build.date
3535
cd ruby-build-repo
3636
PREFIX="$XBUILD_PATH"/var/ruby-build ./install.sh >/dev/null 2>&1

0 commit comments

Comments
 (0)