fix listening name

This commit is contained in:
Tommy Parnell
2017-12-28 21:36:55 -05:00
parent 4db6a4a019
commit f213ee24da

View File

@@ -35,6 +35,6 @@
"time": "^0.12.0" "time": "^0.12.0"
}, },
"scripts": { "scripts": {
"start-hubot-hipchat": "hubot --name \"galbot\" --adapter hipchat" "start-hubot-hipchat": "hubot --name \"GalBot\" --adapter hipchat"
} }
} }