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

Commit

Permalink
Update description for environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
carmstrong committed Dec 15, 2012
1 parent 1a412e5 commit c15ae1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/scripts/trello.coffee
Expand Up @@ -5,9 +5,9 @@
# "node-trello": "latest"
#
# Configuration:
# HUBOT_TRELLO_KEY
# HUBOT_TRELLO_TOKEN
# HUBOT_TRELLO_LIST
# HUBOT_TRELLO_KEY - Trello application key
# HUBOT_TRELLO_TOKEN - Trello API token
# HUBOT_TRELLO_LIST - The list ID that you'd like to create cards for
#
# Commands:
# hubot trello card <name> - Create a new Trello card
Expand Down Expand Up @@ -37,4 +37,4 @@ createCard = (msg, cardName) ->
t.post "/1/cards", {name: cardName, idList: process.env.HUBOT_TRELLO_LIST}, (err, data) ->
if err
msg.send "There was an error creating the card"
msg.send data.url
msg.send data.url

0 comments on commit c15ae1f

Please sign in to comment.