mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
syntax error
This commit is contained in:
@@ -6,7 +6,7 @@ set +e
|
||||
python $PROJECT/manage.py collectstatic --help &> /dev/null && RUN_COLLECTSTATIC=true
|
||||
|
||||
# Don't raise errors if SILENCE_COLLECTSTATIC is set.
|
||||
if [ ! "$SILENCE_COLLECTSTATIC" ]]; then
|
||||
if [ ! "$SILENCE_COLLECTSTATIC" ]; then
|
||||
set -e
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user