Skip to content
Snippets Groups Projects
Commit 550a2395 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

add indent back

parent 57fea1bd
No related branches found
No related tags found
No related merge requests found
...@@ -175,7 +175,7 @@ fi ...@@ -175,7 +175,7 @@ fi
# Install dependencies with Pip. # Install dependencies with Pip.
puts-step "Installing dependencies using pip (1.2.1)" puts-step "Installing dependencies using pip (1.2.1)"
pip install --use-mirrors -r requirements.txt --exists-action=w --src=./.heroku/src # | cleanup | indent pip install --use-mirrors -r requirements.txt --exists-action=w --src=./.heroku/src | indent # | cleanup | indent
# Django collectstatic support. # Django collectstatic support.
source $BIN_DIR/steps/collectstatic source $BIN_DIR/steps/collectstatic
......
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