diff --git a/bin/steps/pipenv b/bin/steps/pipenv index 3bf5674bb23b6e0b2661168250ee00dad82ca367..5323add36a4df8d8008493da441e8c9c26cc7efc 100755 --- a/bin/steps/pipenv +++ b/bin/steps/pipenv @@ -14,8 +14,8 @@ if [[ -f Pipfile.lock ]]; then # echo "To disable this functionality, run the following command:" # echo "" # echo " $ heroku config:set PIPENV_ALWAYS_INSTALL=1" | indent - export SKIP_PIPENV_INSTALL=1 + export SKIP_PIP_INSTALL=1 fi fi fi