Skip to content
Snippets Groups Projects
Commit 395c18e8 authored by Noah Zoschke's avatar Noah Zoschke
Browse files

whitespace => indent function

parent aeb8fb76
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ if [ "$NAME" = "Python/Django" ]; then ...@@ -48,7 +48,7 @@ if [ "$NAME" = "Python/Django" ]; then
SETTINGS_FILE=$(ls **/settings.py | head -1) SETTINGS_FILE=$(ls **/settings.py | head -1)
PROJECT=$(dirname $SETTINGS_FILE) 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 cat >>$SETTINGS_FILE <<EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment