From 4fd4ec8be38424c0790d05cd4158ac21618e0571 Mon Sep 17 00:00:00 2001 From: Benjamin Bouvier Date: Wed, 30 Aug 2017 15:55:02 +0200 Subject: [PATCH] missing d --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); });