From 550a239553c569682992ad9cc69267845cc0a506 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 2 Jan 2013 20:14:49 -0500 Subject: [PATCH] add indent back --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index a498875..5d0b568 100755 --- a/bin/compile +++ b/bin/compile @@ -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