Commit 74cad013 authored by Kenneth Reitz's avatar Kenneth Reitz

error to std err

parent 8ec95675
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment