diff --git a/bin/steps/django/collectstatic b/bin/steps/django/collectstatic index 521cca1..19cf88c 100755 --- a/bin/steps/django/collectstatic +++ b/bin/steps/django/collectstatic @@ -25,7 +25,7 @@ if [ "$RUN_COLLECTSTATIC" ]; then } else - echo " ! Django collecstatic is not configured. Learn more:" + echo " Django collecstatic is not configured. Learn more:" echo " http://devcenter.heroku.com/articles/django-assets" fi