From 4c45ae919ddd16720a64bc8f6bec64386a581130 Mon Sep 17 00:00:00 2001 From: lub Date: Sat, 14 Oct 2017 22:29:31 +0200 Subject: [PATCH] remove missing semicolons cause lub messed up --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 4c869f4..59a2850 100644 --- a/index.js +++ b/index.js @@ -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) {