diff --git a/tools/rocketchat/webhooks/incomming/gihub.js b/tools/rocketchat/webhooks/incomming/gihub.js index 949f09b..7012495 100644 --- a/tools/rocketchat/webhooks/incomming/gihub.js +++ b/tools/rocketchat/webhooks/incomming/gihub.js @@ -192,8 +192,8 @@ const githubEvents = { return { content: { - text: committer + ' pushed ' + commits.length + ' commits.', - attachments: [atts] + text: committer + ' pushed ' + commits.length + ' commit(s).', + attachments: atts } }; }