Skip to content

Commit

Permalink
Merge pull request github#25 from dannymcc/patch-1
Browse files Browse the repository at this point in the history
Fixed missing "" from config lines. I needed these to deploy on Heroku
  • Loading branch information
atmos committed Oct 27, 2011
2 parents cc26c59 + 81385e5 commit 26a8882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scripts/github-issues.coffee
@@ -1,8 +1,8 @@
# Show open issues from a Github repository.
#
# You need to set the following variables:
# HUBOT_GITHUB_TOKEN = <oauth token>
# HUBOT_GITHUB_USER = <user name>
# HUBOT_GITHUB_TOKEN ="<oauth token>"
# HUBOT_GITHUB_USER ="<user name>"
#
# HUBOT_GITHUB_USER is optional, but if you set it, you can ask `show me issues
# for hubot` instead of `show me issues for github/hubot`.
Expand Down

0 comments on commit 26a8882

Please sign in to comment.