From cbe05d9b0ff11f04ba8a1616cd4c4dcf4ba79116 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 24 Dec 2016 17:11:02 +0000 Subject: [PATCH] Fix typo in install rbenv function --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 6a70b58..3d8a0e2 100755 --- a/install.sh +++ b/install.sh @@ -71,7 +71,7 @@ install_homebrew () { } install_rbenv () { - git_clone 'https://github.com/rbenv/ruby-build.git' "$TARGET/.rbenv" + git_clone 'https://github.com/rbenv/rbenv.git' "$TARGET/.rbenv" git_clone 'https://github.com/rbenv/ruby-build.git' "$TARGET/.rbenv/plugins/ruby-build" }