From d99672a533a6bc165423ce774ce758367e2e384f Mon Sep 17 00:00:00 2001 From: wow Date: Fri, 5 Jun 2026 15:16:45 +0200 Subject: [PATCH] chore(bin/hubot): Removed hardcoded slack adapter --- bin/hubot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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