Skip to content

Commit 33cd4a5

Browse files
committed
remove copy-paste typo
1 parent 7ff7fa4 commit 33cd4a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/steps/python

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ if curl --output /dev/null --silent --head --fail "$VENDORED_PYTHON"; then
1818
echo " Learn More: https://devcenter.heroku.com/articles/python-runtimes"
1919
fi
2020
fi
21-
if curl --output /dev/null --silent --head --fail "$VENDORED_PYTHON"; then
2221
if [[ "$PYTHON_VERSION" == $PY37* ]]; then
2322
# do things to alert the user of security release available
2423
if [ "$PYTHON_VERSION" != "$LATEST_37" ]; then

0 commit comments

Comments
 (0)