Update path to pyenv repo

This commit is contained in:
Francis T. O'Donovan 2018-12-05 21:36:01 -05:00 committed by GitHub
parent 1342a4afeb
commit cde23c2f35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -169,7 +169,7 @@ if [ "${STATUS}" == "0" ]; then
else
{ echo -e "\033[0;31mProblem(s) detected while checking system.\033[0m"
echo -e "\033[0;31m\033[0m"
echo -e "\033[0;31mSee https://github.com/yyuu/pyenv/wiki/Common-build-problems for known solutions.\033[0m"
echo -e "\033[0;31mSee https://github.com/pyenv/pyenv/wiki/Common-build-problems for known solutions.\033[0m"
} 1>&2
fi