From 95cc7a4951e6068a9f47b50619432cb6cba1c11f Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Tue, 26 Sep 2017 10:56:14 -0400
Subject: [PATCH] =?UTF-8?q?try=20=E2=80=A6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
---
 bin/steps/pipenv | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/steps/pipenv b/bin/steps/pipenv
index e399bc07..d06bcb74 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
-- 
GitLab