mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
fix bug in cache_dir
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user