From 8be04ea656bd037599f90722f838b714016890d3 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Wed, 2 Apr 2014 14:05:09 -0400 Subject: [PATCH] no ! --- bin/steps/collectstatic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/steps/collectstatic b/bin/steps/collectstatic index 4d3b8abc..0821fd2a 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 -- GitLab