Commit 74cb8704 authored by Kenneth Reitz's avatar Kenneth Reitz

leave injection off for now

parent ae9b83f0
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment