From bd90eecd8cc39c7975730dd06505a6c0a45f5758 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Tue, 13 Oct 2015 09:49:49 -0400
Subject: [PATCH] fix bug in cache_dir

---
 bin/compile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/compile b/bin/compile
index 33aafce4..64055941 100755
--- a/bin/compile
+++ b/bin/compile
@@ -146,7 +146,7 @@ bpwatch stop clear_old_venvs
 
 # Restore old artifacts from the cache.
 bpwatch start restore_cache
-  mkdir -p $CACHEDIR/$CACHED_DIR
+  mkdir -p $CACHE_DIR/$CACHED_DIR
   for dir in $CACHED_DIRS; do
     cp -R $CACHE_DIR/$dir . &> /dev/null || true
   done
-- 
GitLab