From 6b8c3956adecfb6539a66614b5c8745eb9573bf8 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Mon, 22 May 2017 18:43:23 +0530 Subject: [PATCH] Update message text --- scripts/send_to_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/send_to_bot.py b/scripts/send_to_bot.py index 992ccea32..541b67210 100644 --- a/scripts/send_to_bot.py +++ b/scripts/send_to_bot.py @@ -26,7 +26,7 @@ test_result = sys.stdin.read().strip() comment = ( "The [build]" "(https://travis-ci.org/tldr-pages/tldr/builds/{build_id})" -" for this PR has failed with the following message:" +" for this PR has failed with the following error(s):" "\n```\n" "{comment_body}" "\n```\n"