Commit ae004c84 authored by Hunter Loftis's avatar Hunter Loftis

formatting help messages

parent 2058606c
......@@ -3,12 +3,13 @@ build_failed() {
head "Build failed"
echo ""
info "We're sorry this build is failing!"
info ""
info "Are you running into a common issue?"
info "https://devcenter.heroku.com/articles/troubleshooting-node-deploys"
info ""
if [ "$warn" != "" ]; then
info "During the build we spotted some likely problems:"
echo $warn | indent
echo "$warn" | indent
else
info "If you're stuck, please submit a ticket so we can help:"
info "https://help.heroku.com/"
......
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