Commit efebff4c authored by Kenneth Reitz's avatar Kenneth Reitz

inverse test

parent 94b2ab43
......@@ -4,7 +4,7 @@ SETTINGS_FILE=$(find . -maxdepth 3 -type f -name 'settings.py' | head -1)
PROJECT=$(dirname $SETTINGS_FILE)
# Disable injection for new applications.
if [ ! -f .heroku/injection_disabled ]; then
if [ -f .heroku/injection_disabled ]; then
DISABLE_INJECTION=1
fi
......
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