mirror of
https://github.com/pyenv/pyenv.git
synced 2025-05-09 23:34:38 +00:00
use https for download URLs
Conflicts: plugins/python-build/bin/python-build
This commit is contained in:
parent
ee4182321e
commit
2e387816f1
1 changed files with 1 additions and 1 deletions
|
@ -1626,7 +1626,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$PYTHON_BUILD_MIRROR_URL" ]; then
|
if [ -z "$PYTHON_BUILD_MIRROR_URL" ]; then
|
||||||
PYTHON_BUILD_MIRROR_URL="http://yyuu.github.io/pythons"
|
PYTHON_BUILD_MIRROR_URL="https://yyuu.github.io/pythons"
|
||||||
else
|
else
|
||||||
PYTHON_BUILD_MIRROR_URL="${PYTHON_BUILD_MIRROR_URL%/}"
|
PYTHON_BUILD_MIRROR_URL="${PYTHON_BUILD_MIRROR_URL%/}"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue