missing d

This commit is contained in:
Benjamin Bouvier 2017-08-30 15:55:02 +02:00
parent d04460ce98
commit 4fd4ec8be3
1 changed files with 1 additions and 1 deletions

View File

@ -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);
});