Skip to content

Commit

Permalink
Merge pull request #54 from thesis/allow-alias-in-DMs-use-forked-adapter
Browse files Browse the repository at this point in the history
Switch to thesis fork for flowdock adapter to allow alias in DMs

Does what it says!
  • Loading branch information
Shadowfiend authored Jun 13, 2019
2 parents f1cb0dd + df702c6 commit 1a7ee52
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ WORKDIR /hubot

ENV PATH="node_modules/.bin:node_modules/hubot/node_modules/.bin:$PATH"

ENTRYPOINT ["bin/hubot", "--name", "heimdall", "--adapter", "flowdock"]
ENTRYPOINT ["bin/hubot", "--name", "heimdall", "--adapter", "reload-flowdock"]
5 changes: 2 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"hubot-gif-locker": "^1.0.7",
"hubot-help": "^1.0.1",
"hubot-redis-brain": "^1.0.0",
"hubot-reload-flowdock": "^0.8.1",
"hubot-reload-flowdock": "github:thesis/hubot-flowdock#60f334c64f8efb38835adb7864bc2fefa83ba12c",
"hubot-rules": "^0.1.2",
"hubot-scripts": "^2.17.2",
"hubot-shipit": "github:takouhai/hubot-shipit#955703ae5e00412bedec5eea0070d4a66e10fc93",
Expand Down

0 comments on commit 1a7ee52

Please sign in to comment.