add indent back

This commit is contained in:
Kenneth Reitz
2013-01-02 20:14:49 -05:00
parent 57fea1bd6f
commit 550a239553
+1 -1
View File
@@ -175,7 +175,7 @@ fi
# Install dependencies with Pip.
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.
source $BIN_DIR/steps/collectstatic