From bbe0acf001d224715548dc2333b82b3bea3c7328 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 31 May 2012 02:02:11 -0400 Subject: [PATCH] whitespace --- bin/steps/django/collectstatic | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/steps/django/collectstatic b/bin/steps/django/collectstatic index 95dad73..782cead 100755 --- a/bin/steps/django/collectstatic +++ b/bin/steps/django/collectstatic @@ -13,7 +13,6 @@ python $MANAGE_FILE collectstatic --dry-run --noinput &> /dev/null && RUN_COLLEC echo "-----> Collecting static files" - # Compile assets if collectstatic appears to be kosher. if [ "$RUN_COLLECTSTATIC" ]; then python $MANAGE_FILE collectstatic --noinput | indent