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

leave injection off for now

parent ae9b83f0
No related branches found
No related tags found
No related merge requests found
...@@ -140,9 +140,9 @@ set +e ...@@ -140,9 +140,9 @@ set +e
mkdir .heroku &> /dev/null mkdir .heroku &> /dev/null
HEROKU_DIR_STATUS=$? HEROKU_DIR_STATUS=$?
# 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 ] && {
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