Skip to content

Commit

Permalink
Merge branch 'f1' of github.com:bryanmikaelian/kittybot into f1
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanmikaelian committed Apr 10, 2012
2 parents 5503859 + a13f534 commit ea11396
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scripts/sifter.coffee
Expand Up @@ -6,8 +6,8 @@
#
#

token = process.env.HUBOT_SIFTER_TOKEN || "cf5b2db69e7ec3019736f299e87f4a60"
company = process.env.HUBOT_SIFTER_COMPANY || "activefaith"
token = process.env.HUBOT_SIFTER_TOKEN
company = process.env.HUBOT_SIFTER_COMPANY
Url = require "url"
Redis = require "redis"
http = require 'scoped-http-client'
Expand Down

0 comments on commit ea11396

Please sign in to comment.