Skip to content

Commit

Permalink
Fixed missing "" from config lines. I needed these to deploy on Heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny McClelland committed Oct 27, 2011
1 parent cc26c59 commit 81385e5
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 81385e5

Please sign in to comment.