comment out injection step

This commit is contained in:
Kenneth Reitz
2012-05-30 15:53:49 -04:00
parent 15573b9d3f
commit 23833dda9b
+2 -2
View File
@@ -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