Skip to content
Snippets Groups Projects
Commit 74cad013 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

error to std err

parent 8ec95675
No related branches found
No related tags found
No related merge requests found
...@@ -56,6 +56,6 @@ OUT=$(python $PROJECT/manage.py collectstatic --noinput ) ...@@ -56,6 +56,6 @@ OUT=$(python $PROJECT/manage.py collectstatic --noinput )
[ $? -ne 0 ] && { [ $? -ne 0 ] && {
echo " ! Error running manage.py collectstatic. See http://devcenter.heroku.com/articles/django-assets for more info." 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 set -e
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment