From 395c18e8feff6ad020d1a8abfe2c013ab0c96211 Mon Sep 17 00:00:00 2001 From: Noah Zoschke Date: Fri, 4 Nov 2011 09:47:06 -0700 Subject: [PATCH] whitespace => indent function --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index 11a3716..ecb9109 100755 --- a/bin/compile +++ b/bin/compile @@ -48,7 +48,7 @@ if [ "$NAME" = "Python/Django" ]; then SETTINGS_FILE=$(ls **/settings.py | head -1) PROJECT=$(dirname $SETTINGS_FILE) - echo " Injecting code into $SETTINGS_FILE to read from DATABASE_URL" + echo "Injecting code into $SETTINGS_FILE to read from DATABASE_URL" | indent cat >>$SETTINGS_FILE <