diff --git a/bin/steps/pipenv b/bin/steps/pipenv index e399bc07e7893309504d88185a261a3f666e1301..d06bcb74e68eaef3a19962889e67eae2cfbfa7f7 100644 --- a/bin/steps/pipenv +++ b/bin/steps/pipenv @@ -7,7 +7,7 @@ export PIPENV_FORCE_COLOR=1 # Pipenv support (Generate requriements.txt with pipenv). if [[ -f Pipfile ]]; then if [[ ! -f requirements.txt ]]; then - puts-step "Installing requirements with latest Pipenv..." + puts-step "Installing requirements with latest Pipenv…" # Install pipenv. /app/.heroku/python/bin/pip install git+https://github.com/kennethreitz/pipenv.git#egg=pipenv --upgrade &> /dev/null