From 86d7ff7197ea8e5a325cfedb26a9cf135e2b0849 Mon Sep 17 00:00:00 2001 From: Flummi Date: Thu, 20 Oct 2016 22:01:54 +0000 Subject: [PATCH] Update websrv.js --- src/websrv.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/websrv.js b/src/websrv.js index 37035a8..d7645db 100644 --- a/src/websrv.js +++ b/src/websrv.js @@ -41,7 +41,7 @@ function Websrv(tlib) { catch(ex) { commit = body.commits[body.commits.length-2].message.replace('\n','').trim(); } - lib.bot.send( lib.cfg.debugchannel, eventname + ' from ' + autor + ' ('+commit+') in branch '+body.branch, 'n0xy' ); + lib.bot.send( lib.cfg.debugchannel, eventname + ' from ' + autor + ' ('+commit+') in '+body.ref, 'n0xy' ); if( lib.cfg.debugchannel === '#f0ck' ) { exec('cd ../ & git pull', (error, stdout) => {