Updated pyenv repo URL

This commit is contained in:
Joshua Rosato 2018-03-23 14:34:25 +00:00 committed by GitHub
parent e0579c9ce6
commit 6514c3745a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)"
}