Commit 23833dda authored by Kenneth Reitz's avatar Kenneth Reitz

comment out injection step

parent 15573b9d
...@@ -141,9 +141,9 @@ mkdir .heroku &> /dev/null ...@@ -141,9 +141,9 @@ mkdir .heroku &> /dev/null
HEROKU_DIR_STATUS=$? HEROKU_DIR_STATUS=$?
# TODO: This is a new app, disable injection. # TODO: This is a new app, disable injection.
[ $HEROKU_DIR_STATUS -eq 0 ] && { # [ $HEROKU_DIR_STATUS -eq 0 ] && {
#TODO: touch .heroku/injection_disabled #TODO: touch .heroku/injection_disabled
} # }
set -e 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