diff --git a/bin/steps/collectstatic b/bin/steps/collectstatic
index 4d3b8abc93587f0a7df290560f8e193f4045b3e9..0821fd2a9881365272796dfd1c15c0b6b82dba72 100755
--- a/bin/steps/collectstatic
+++ b/bin/steps/collectstatic
@@ -25,7 +25,7 @@ if [ ! "$DISABLE_COLLECTSTATIC" ] && [ -f "$MANAGE_FILE" ]; then
             echo "       http://devcenter.heroku.com/articles/django-assets"
         }
     else
-        echo " !     Collectstatic configuration error. To debug, run:"
+        echo "       Collectstatic configuration error. To debug, run:"
         echo "       $ heroku run python $MANAGE_FILE collectstatic --noinput"
     fi