From c9acc4154b8587e5a1d4bbd00b1f331df624c0c5 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Tue, 27 Oct 2015 12:23:15 -0400
Subject: [PATCH] /

---
 bin/compile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/bin/compile b/bin/compile
index 58a4ffdb..235f77b9 100755
--- a/bin/compile
+++ b/bin/compile
@@ -222,11 +222,11 @@ bpwatch start dump_cache
   rm -rf $CACHE_DIR/.heroku/venv
 
   mkdir -p $CACHE_DIR/.heroku
-  cp -R .heroku/python $CACHE_DIR/.heroku
-  cp -R .heroku/python-version $CACHE_DIR/.heroku
-  cp -R .heroku/python-stack $CACHE_DIR/.heroku
-  cp -R .heroku/vendor $CACHE_DIR/.heroku &> /dev/null || true
-  cp -R .heroku/venv $CACHE_DIR/.heroku &> /dev/null || true
+  cp -R .heroku/python $CACHE_DIR/.heroku/
+  cp -R .heroku/python-version $CACHE_DIR/.heroku/
+  cp -R .heroku/python-stack $CACHE_DIR/.heroku/
+  cp -R .heroku/vendor $CACHE_DIR/.heroku/ &> /dev/null || true
+  cp -R .heroku/venv $CACHE_DIR/.heroku/ &> /dev/null || true
 
 bpwatch stop dump_cache
 
-- 
GitLab