Skip to content

Commit

Permalink
[adapter-boot-event] Using connected instead of booted as the event n…
Browse files Browse the repository at this point in the history
…ame.
  • Loading branch information
Sean Bryant committed Feb 12, 2012
1 parent 1caaf2c commit 4c69635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/hubot
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ else
robot.loadHubotScripts scriptsPath, scripts

if Options.waitForAdapter
robot.adapter.on 'booted', loadScripts
robot.adapter.on 'connected', loadScripts
else
loadScripts()

Expand Down

0 comments on commit 4c69635

Please sign in to comment.