remove missing semicolons cause lub messed up

develop
lub 7 years ago
parent f572999a80
commit 72a1e83ead

@ -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) {