From f507bb0c051d3a14978c75ccb13d4af7524ecb3a Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Thu, 29 Oct 2015 15:48:16 -0400 Subject: [PATCH] bugfix for python customer --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index a7487014..1601579f 100755 --- a/bin/compile +++ b/bin/compile @@ -221,7 +221,7 @@ bpwatch start dump_cache 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/python-stack $CACHE_DIR/.heroku/ &> /dev/null || true cp -R .heroku/vendor $CACHE_DIR/.heroku/ &> /dev/null || true cp -R .heroku/venv $CACHE_DIR/.heroku/ &> /dev/null || true -- GitLab