From 74cad013b97f6351db67b5734e8eaa719fda72ed Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.com>
Date: Wed, 18 Jan 2012 14:06:42 -0500
Subject: [PATCH] error to std err

---
 bin/steps/django | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/steps/django b/bin/steps/django
index f665b080..23a9203a 100755
--- a/bin/steps/django
+++ b/bin/steps/django
@@ -56,6 +56,6 @@ OUT=$(python $PROJECT/manage.py collectstatic --noinput )
 
 [ $? -ne 0 ] && {
   echo " !     Error running manage.py collectstatic. See http://devcenter.heroku.com/articles/django-assets for more info."
-  echo "$OUT" | indent
+  echo "$OUT" | indent >&2
 }
 set -e
-- 
GitLab