From bf913e00167ea7092e2a5cc10b2616eb6917b870 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 31 May 2012 01:52:38 -0400 Subject: [PATCH] collectstatic not a warning --- bin/steps/django/collectstatic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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