From f213ee24dabe3ae5bd1324e360e8e35f0326772a Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Thu, 28 Dec 2017 21:36:55 -0500 Subject: [PATCH] fix listening name --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 80a2537..e7bf711 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,6 @@ "time": "^0.12.0" }, "scripts": { - "start-hubot-hipchat": "hubot --name \"galbot\" --adapter hipchat" + "start-hubot-hipchat": "hubot --name \"GalBot\" --adapter hipchat" } }