Skip to content
Snippets Groups Projects
Commit 23833dda authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

comment out injection step

parent 15573b9d
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment