diff --git a/bin/steps/python b/bin/steps/python index 23a784141e387742611602a91f052aaaf1735d84..6f29296fe1d0b57cbe87e2262ef8c821907cabac 100755 --- a/bin/steps/python +++ b/bin/steps/python @@ -8,15 +8,13 @@ if [[ $PYTHON_VERSION =~ ^python-2 ]]; then if [[ "$PYTHON_VERSION" != "$LATEST_2" ]]; then puts-warn "The latest version of Python 2 is $LATEST_2 (you are using $PYTHON_VERSION, which is unsupported)." puts-warn "We recommend upgrading by specifying the latest version." - echo " Learn More:" - echo " https://devcenter.heroku.com/articles/python-runtimes" + echo " Learn More: https://devcenter.heroku.com/articles/python-runtimes" fi else if [[ "$PYTHON_VERSION" != "$LATEST_3" ]]; then puts-warn "The latest version of Python 3 is $LATEST_3 (you are using $PYTHON_VERSION, which is unsupported)." puts-warn "We recommend upgrading by specifying the latest version." - echo " Learn More:" - echo " https://devcenter.heroku.com/articles/python-runtimes" + echo " Learn More: https://devcenter.heroku.com/articles/python-runtimes" fi fi