From 03ec1056b8ffd479744ef8b5c10835bc071c1c07 Mon Sep 17 00:00:00 2001 From: Brian Peiris <brianpeiris@gmail.com> Date: Thu, 24 May 2018 17:41:18 -0700 Subject: [PATCH] remove default room since it breaks the smoke test bot script --- scripts/bot/run-bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bot/run-bot.js b/scripts/bot/run-bot.js index 44c1a8ef0..cadf6aaf2 100644 --- a/scripts/bot/run-bot.js +++ b/scripts/bot/run-bot.js @@ -6,7 +6,7 @@ Usage: Options: -u --url=<url> URL -o --host=<host> Hubs host if URL is not specified [default: localhost:8080] - -r --room=<room> Room id [default: 234234] + -r --room=<room> Room id -h --help Show this screen `; -- GitLab