From e81632e05e2d7c3854fa2709fba31b44110eac11 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Wed, 2 Jan 2013 22:45:02 -0500 Subject: [PATCH] kill the source --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index 445ed154..808d526d 100755 --- a/bin/compile +++ b/bin/compile @@ -106,7 +106,7 @@ mkdir -p $CACHE_DIR # Purge "old-style" virtualenvs. [ -d $CACHE_DIR/$LEGACY_TRIGGER ] && rm -fr $CACHE_DIR/.heroku/bin $CACHE_DIR/.heroku/lib $CACHE_DIR/.heroku/include -[ -d $CACHE_DIR/$VIRTUALENV_LOC ] && rm -fr $CACHE_DIR/.heroku/venv +[ -d $CACHE_DIR/$VIRTUALENV_LOC ] && rm -fr $CACHE_DIR/.heroku/venv $CACHE_DIR/.heroku/src # Restore old artifacts from the cache. for dir in $CACHED_DIRS; do -- GitLab