From 23833dda9b5489f283dd6e509a1c705abfb08178 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.com>
Date: Wed, 30 May 2012 15:53:49 -0400
Subject: [PATCH] comment out injection step

---
 bin/compile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/compile b/bin/compile
index 6a5a6b50..08b903d8 100755
--- a/bin/compile
+++ b/bin/compile
@@ -141,9 +141,9 @@ mkdir .heroku &> /dev/null
 HEROKU_DIR_STATUS=$?
 
 # TODO: This is a new app, disable injection.
-[ $HEROKU_DIR_STATUS -eq 0 ] && {
+# [ $HEROKU_DIR_STATUS -eq 0 ] && {
   #TODO: touch .heroku/injection_disabled
-}
+# }
 set -e
 
 
-- 
GitLab