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