Skip to content

Commit efebff4

Browse files
author
Kenneth Reitz
committed
inverse test
1 parent 94b2ab4 commit efebff4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • bin/steps/django

bin/steps/django/init

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SETTINGS_FILE=$(find . -maxdepth 3 -type f -name 'settings.py' | head -1)
44
PROJECT=$(dirname $SETTINGS_FILE)
55

66
# Disable injection for new applications.
7-
if [ ! -f .heroku/injection_disabled ]; then
7+
if [ -f .heroku/injection_disabled ]; then
88
DISABLE_INJECTION=1
99
fi
1010

0 commit comments

Comments
 (0)