diff --git a/bin/hubot b/bin/hubot index 16f79c6..5bee773 100755 --- a/bin/hubot +++ b/bin/hubot @@ -43,4 +43,4 @@ if [ ! -n "$HUBOT_ALIAS" ]; then fi # Keep st2chatops hack (ignored by hubot) for process discovery -exec $HERE/node_modules/.bin/hubot "$@" -a @hubot-friends/hubot-slack st2chatops +exec $HERE/node_modules/.bin/hubot "$@" -a "$HUBOT_ADAPTER" st2chatops