From ab9a4fbe5f4625556e7cb68f56e277f29f51f7e4 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 27 Jun 2012 14:16:31 -0700 Subject: [PATCH] typo --- bin/steps/django/injection | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/steps/django/injection b/bin/steps/django/injection index 7daba45..062e9c8 100755 --- a/bin/steps/django/injection +++ b/bin/steps/django/injection @@ -26,7 +26,8 @@ pip install --use-mirrors 'dj-database-url>=0.2.0' | indent SETTINGS_FILE=$(find . -maxdepth 2 -type f -name 'settings.py' | head -1) PROJECT=$(dirname $SETTINGS_FILE) -echo "Injecting code into $SETTINGS_FILE to read from DATABASE_URL" | indent" +echo "Injecting code into $SETTINGS_FILE to read from DATABASE_URL" | indent + cat >>$SETTINGS_FILE <