remove copy-paste typo

This commit is contained in:
Casey Faist
2019-10-17 16:09:27 -07:00
parent 7ff7fa4462
commit 33cd4a5fe1
-1
View File
@@ -18,7 +18,6 @@ if curl --output /dev/null --silent --head --fail "$VENDORED_PYTHON"; then
echo " Learn More: https://devcenter.heroku.com/articles/python-runtimes"
fi
fi
if curl --output /dev/null --silent --head --fail "$VENDORED_PYTHON"; then
if [[ "$PYTHON_VERSION" == $PY37* ]]; then
# do things to alert the user of security release available
if [ "$PYTHON_VERSION" != "$LATEST_37" ]; then