From 6fa14b55d393fd94f49be5eb5c34b1ff86274c29 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Mon, 8 Feb 2016 21:18:23 -0500
Subject: [PATCH] let's try this

---
 bin/steps/pip-install | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/steps/pip-install b/bin/steps/pip-install
index 897ed5cf..ad762f98 100755
--- a/bin/steps/pip-install
+++ b/bin/steps/pip-install
@@ -5,7 +5,7 @@ puts-cmd "pip install -r requirements.txt"
 [ "$FRESH_PYTHON" ] && bpwatch start pip_install_first
 
 set +e
-/app/.heroku/python/bin/pip install -r requirements.txt --exists-action=w --src=./.heroku/src --disable-pip-version-check --no-cache-dir 2>&1 | cleanup | log-output | indent
+/app/.heroku/python/bin/pip install -r requirements.txt --exists-action=w --src=./.heroku/src --disable-pip-version-check --no-cache-dir 2>&1 | log-output | cleanup | indent
 PIP_STATUS="${PIPESTATUS[0]}"
 set -e
 
-- 
GitLab