Skip to content

Commit

Permalink
install-poetry.py: Use for 1.1.7 and up
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Nov 25, 2021
1 parent 6176ff2 commit 2c03e0a
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 @@ -31,7 +31,7 @@ install_poetry() {
fail "asdf-poetry supports release installs only"
fi

semver_ge "$ASDF_INSTALL_VERSION" 1.2.0 && vercomp="ge" || vercomp="lt"
semver_ge "$ASDF_INSTALL_VERSION" 1.1.7 && vercomp="ge" || vercomp="lt"

if [ $vercomp == "ge" ]; then
install_url="https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py"
Expand Down

0 comments on commit 2c03e0a

Please sign in to comment.