Merge pull request #846 from heroku/patch-1

Patch 1 from PiDelport
This commit is contained in:
Casey
2019-09-12 14:28:06 -07:00
committed by GitHub
+1 -1
View File
@@ -26,7 +26,7 @@ fi
if [ ! "$SKIP_PIPENV_INSTALL" ]; then
# Pipenv support (Generate requriements.txt with pipenv).
# Pipenv support (Generate requirements.txt with pipenv).
if [[ -f Pipfile ]]; then
# Measure that we're using Pipenv.
mcount "tool.pipenv"