Skip to content

Commit

Permalink
Merge pull request #15 from tony/tn-official-installer
Browse files Browse the repository at this point in the history
`install-poetry.py`: Use new official install location
  • Loading branch information
crflynn authored Nov 27, 2021
2 parents 6176ff2 + 8b92b4f commit 216e18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ install_poetry() {
semver_ge "$ASDF_INSTALL_VERSION" 1.2.0 && vercomp="ge" || vercomp="lt"

if [ $vercomp == "ge" ]; then
install_url="https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py"
install_url="https://install.python-poetry.org"
curl -sSL "$install_url" | POETRY_HOME=$install_path python3 - --version "$version"
else
install_url="https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py"
Expand Down

0 comments on commit 216e18d

Please sign in to comment.