From 8b55e73f776051e4ec9b61f91e8bd439b5df91d8 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.com>
Date: Wed, 30 May 2012 02:43:08 -0400
Subject: [PATCH] -

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

diff --git a/bin/compile b/bin/compile
index 09c438ea..b7141e07 100755
--- a/bin/compile
+++ b/bin/compile
@@ -210,7 +210,6 @@ set -e
 
 # Store new artifacts in cache.
 for dir in $CACHED_DIRS; do
-
   rm -rf $CACHE_DIR/$dir
   cp -R $dir $CACHE_DIR/
 done
-- 
GitLab