Skip to content
Snippets Groups Projects
Commit fe9b9401 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

syntax error

parent 8c870cab
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment