mirror of
https://github.com/macports/mpbot-github.git
synced 2026-07-13 03:18:39 -07:00
pr: Add newline before timeout message
This commit is contained in:
@@ -169,7 +169,7 @@ func (receiver *Receiver) handleTravisWebhook(payload TravisWebhookPayload) {
|
||||
}
|
||||
|
||||
if timeOut {
|
||||
comment += "The build timed out."
|
||||
comment += "\nThe build timed out."
|
||||
}
|
||||
|
||||
receiver.githubClient.CreateComment(
|
||||
|
||||
Reference in New Issue
Block a user