diff --git a/index.js b/index.js index 9e7338e..7056af1 100644 --- a/index.js +++ b/index.js @@ -154,7 +154,7 @@ var handlers = { } shortenURL(url, function(shortUrl) { - var msg = user + ' ' + request.action + ' MR !' + id + ' (' + from + '->' + to + ': ' + title + ') ' + + var msg = user + ' ' + request.action + 'd MR !' + id + ' (' + from + '->' + to + ': ' + title + ') ' + ' on ' + projectName + '; ' + shortUrl; say(msg); });