Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/hubot
Original file line number Diff line number Diff line change
Expand Up @@ -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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To not break people who are relying on this hard-coded default, I'd set the default "HUBOT_ADAPTER" value in the st2chatops.env file to @hubot-friends/hubot-slack

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also all the testingenv/**/docker-entrypoint.sh need to be updated as well to work with that change

exec $HERE/node_modules/.bin/hubot "$@" -a "$HUBOT_ADAPTER" st2chatops