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

Make use of more updated gitio2 on github-commits.coffee #1317

Merged
merged 1 commit into from Feb 10, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/scripts/github-commits.coffee
Expand Up @@ -4,7 +4,7 @@
# Dependencies:
# "url": ""
# "querystring": ""
# "gitio": "1.0.1"
# "gitio2": "2.0.0"
#
# Configuration:
# Just put this url <HUBOT_URL>:<PORT>/hubot/gh-commits?room=<room> into you'r github hooks
Expand All @@ -20,7 +20,7 @@

url = require('url')
querystring = require('querystring')
gitio = require('gitio')
gitio = require('gitio2')

module.exports = (robot) ->

Expand Down