remove missing semicolons cause lub messed up

master
lub 7 years ago
parent 36e45d4a26
commit 4c45ae919d

@ -60,7 +60,7 @@ commands['rebuild'].exec = function(args, room, event) {
matrixclient.sendNotice(room.roomId, 'rebuilding container ' + container);
remoterun('./rebuild.sh ' + container);
remoterun('./rebuild.sh ' + container)
.then(function(result) {
matrixclient.sendNotice(room.roomId, event.sender.userId + '\nrebuilt container ' + container);
}, function(result) {