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

Commit

Permalink
Merge pull request #1317 from hashashin/fix-github-commits
Browse files Browse the repository at this point in the history
Make use of more updated gitio2 on github-commits.coffee
  • Loading branch information
technicalpickles committed Feb 10, 2014
2 parents 5ff9287 + da1abbd commit c6e9608
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scripts/github-commits.coffee
Expand Up @@ -4,7 +4,7 @@
# Dependencies: # Dependencies:
# "url": "" # "url": ""
# "querystring": "" # "querystring": ""
# "gitio": "1.0.1" # "gitio2": "2.0.0"
# #
# Configuration: # Configuration:
# Just put this url <HUBOT_URL>:<PORT>/hubot/gh-commits?room=<room> into you'r github hooks # 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') url = require('url')
querystring = require('querystring') querystring = require('querystring')
gitio = require('gitio') gitio = require('gitio2')


module.exports = (robot) -> module.exports = (robot) ->


Expand Down

0 comments on commit c6e9608

Please sign in to comment.