missing d
This commit is contained in:
parent
d04460ce98
commit
4fd4ec8be3
2
index.js
2
index.js
@ -154,7 +154,7 @@ var handlers = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
shortenURL(url, function(shortUrl) {
|
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;
|
' on ' + projectName + '; ' + shortUrl;
|
||||||
say(msg);
|
say(msg);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user