diff --git a/bin/steps/django/collectstatic b/bin/steps/django/collectstatic
index 3ecbbbccc6fa2ddfafade60017eef871abdf24c8..298391eae78a2c0f01dcd294da5ab95b14f74dc8 100755
--- a/bin/steps/django/collectstatic
+++ b/bin/steps/django/collectstatic
@@ -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