mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
whitespace
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user