mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 12:46:02 +02:00
Update message text
This commit is contained in:
parent
08da564f80
commit
6b8c3956ad
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ test_result = sys.stdin.read().strip()
|
||||||
comment = (
|
comment = (
|
||||||
"The [build]"
|
"The [build]"
|
||||||
"(https://travis-ci.org/tldr-pages/tldr/builds/{build_id})"
|
"(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"
|
"\n```\n"
|
||||||
"{comment_body}"
|
"{comment_body}"
|
||||||
"\n```\n"
|
"\n```\n"
|
||||||
|
|
Loading…
Add table
Reference in a new issue