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

Commit

Permalink
Fix typo in tweet-content.coffee
Browse files Browse the repository at this point in the history
  • Loading branch information
amutake committed May 30, 2014
1 parent 7ed98bd commit d8bc81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/tweet-content.coffee
Expand Up @@ -30,7 +30,7 @@ module.exports = (robot) ->

if not auth.consumer_key or not auth.consumer_secret or not auth.access_token_key or not auth.access_token_secret
console.log "twitter-content.coffee: HUBOT_TWITTER_CONSUMER_KEY, HUBOT_TWITTER_CONSUMER_SECRET,
HUBOT_TWITTER_ACCESS_TOKEN_KEY, and HUBOT_TWITTER_ACCES_TOKEN_SECRET are required."
HUBOT_TWITTER_ACCESS_TOKEN_KEY, and HUBOT_TWITTER_ACCESS_TOKEN_SECRET are required."
return

twit = new ntwitter auth
Expand Down

0 comments on commit d8bc81b

Please sign in to comment.