leave injection off for now

This commit is contained in:
Kenneth Reitz
2012-05-30 15:14:36 -04:00
parent ae9b83f07c
commit 74cb870488
+2 -2
View File
@@ -140,9 +140,9 @@ set +e
mkdir .heroku &> /dev/null
HEROKU_DIR_STATUS=$?
# This is a new app, disable injection.
# TODO: This is a new app, disable injection.
[ $HEROKU_DIR_STATUS -eq 0 ] && {
touch .heroku/injection_disabled
#TODO: touch .heroku/injection_disabled
}
set -e