Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit 733f19e

Browse files
Merge pull request #1656 from iilab/master
Updated web service url hakanensari/brian-eno-oblique-strategies#1
2 parents 0dc8131 + def8d6f commit 733f19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/oblique.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
module.exports = (robot) ->
2424
robot.respond /.*strategy/i, (msg) ->
2525
mentions = msg.message.text.match(/(@\w+)/g)
26-
robot.http('http://oblique.io')
26+
robot.http('http://obliqueio.herokuapp.com')
2727
.get() (err, res, body) ->
2828
strategy = JSON.parse body
2929
strategy = "#{mentions.join(', ')}: #{strategy}" if mentions

0 commit comments

Comments
 (0)