Commit c31bf2cf authored by Hunter Loftis's avatar Hunter Loftis

updated language

parent 222ae73a
......@@ -3,11 +3,11 @@ build_failed() {
head "Build failed"
echo ""
info "We're sorry this build is failing!"
info "Are you running into common issues?"
info "Are you running into a common issue?"
info "https://devcenter.heroku.com/articles/troubleshooting-node-deploys"
info ""
if [ "$warn" != "" ]; then
info "We recommend fixing these issues:"
info "During the build we spotted some likely problems:"
echo $warn | indent
else
info "If you're stuck, please submit a ticket so we can help:"
......
......@@ -113,7 +113,7 @@ testFailingBuild() {
testWarningsOnFailure() {
compile "many-warnings"
assertCaptured "We recommend fixing these issues"
assertCaptured "troubleshooting-node-deploys"
assertCaptured "Node version not specified"
assertCaptured "node_modules checked into source"
assertCaptured "has several known issues"
......@@ -123,7 +123,8 @@ testWarningsOnFailure() {
testTicketOnFailure() {
compile "invalid-dependency"
assertNotCaptured "We recommend fixing these issues"
assertCaptured "troubleshooting-node-deploys"
assertNotCaptured "During the build we spotted some likely problems"
assertCaptured "please submit a ticket"
assertCapturedError
}
......
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