1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-13 13:53:53 -05:00

update urls to rbenv

This commit is contained in:
Chulki Lee
2015-12-07 11:03:07 -08:00
parent f0e8bdcdaf
commit df4c16ecb4
4 changed files with 6 additions and 6 deletions

View File

@@ -49,7 +49,7 @@ git_commit() {
mkdir -p "$RBENV_ROOT"
cd "$RBENV_ROOT"
git init
git remote add origin https://github.com/sstephenson/rbenv.git
git remote add origin https://github.com/rbenv/rbenv.git
git_commit
git tag v0.4.1
git_commit
@@ -65,7 +65,7 @@ git_commit() {
mkdir -p "$RBENV_ROOT"
cd "$RBENV_ROOT"
git init
git remote add origin https://github.com/sstephenson/rbenv.git
git remote add origin https://github.com/rbenv/rbenv.git
git_commit
cd "$RBENV_TEST_DIR"