Skip to content
Snippets Groups Projects
Commit 23929c97 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

try this


Signed-off-by: default avatarKenneth Reitz <me@kennethreitz.org>
parent a095dceb
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ set +e ...@@ -4,7 +4,7 @@ set +e
runtime-fixer runtime.txt runtime-fixer runtime.txt
PYTHON_VERSION=$(cat runtime.txt) PYTHON_VERSION=$(cat runtime.txt)
if [[ $PYTHON_VERSION == "python-2*" ]]; then if [[ $PYTHON_VERSION =~ ^python-2 ]]; then
if [[ "$PYTHON_VERSION" != "$LATEST_2" ]]; then if [[ "$PYTHON_VERSION" != "$LATEST_2" ]]; then
puts-warn "The latest version of Python 2 is $LATEST_2. We recommend upgrading by specifying this version in a runtime.txt file." puts-warn "The latest version of Python 2 is $LATEST_2. We recommend upgrading by specifying this version in a runtime.txt file."
echo " Learn More: https://devcenter.heroku.com/articles/python-runtimes" echo " Learn More: https://devcenter.heroku.com/articles/python-runtimes"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment