whitespace

This commit is contained in:
Kenneth Reitz
2012-05-31 02:02:11 -04:00
parent 05e65801fa
commit bbe0acf001
-1
View File
@@ -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