From 6514c3745a7555d38bc642887835a63a97d0f34e Mon Sep 17 00:00:00 2001 From: Joshua Rosato Date: Fri, 23 Mar 2018 14:34:25 +0000 Subject: [PATCH] Updated pyenv repo URL --- bin/utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/utils.sh b/bin/utils.sh index 9bf9f50..50b9d06 100755 --- a/bin/utils.sh +++ b/bin/utils.sh @@ -6,7 +6,7 @@ ensure_python_build_installed() { download_python_build() { echo "Downloading python-build..." - local pyenv_url="https://github.com/yyuu/pyenv.git" + local pyenv_url="https://github.com/pyenv/pyenv.git" git clone $pyenv_url "$(pyenv_path)" }