mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
whitespace => indent function
This commit is contained in:
+1
-1
@@ -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 <<EOF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user