error to std err

This commit is contained in:
Kenneth Reitz
2012-01-18 14:06:42 -05:00
parent 8ec956758e
commit 74cad013b9
+1 -1
View File
@@ -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