Skip to content

Commit

Permalink
fixed github client secret
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Oct 2, 2013
1 parent 98d688c commit 9fcd0af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/docpad.coffee
Expand Up @@ -303,10 +303,10 @@ docpadConfig =
opts.templateData.contributors = []

# Fetch Contributors
contributorGetter ?= require('getContributors').create(
contributorGetter ?= require('getcontributors').create(
log: docpad.log
github_client_id: process.env.BEVRY_GITHUB_CLIENT_ID
github_client_secret: process.env.BEVRY_GITHUB_CLIENT_ID
github_client_secret: process.env.BEVRY_GITHUB_CLIENT_SECRET
)
contributorGetter.fetchContributorsFromUsers ['bevry','docpad'], (err,contributors) ->
return next(err) if err
Expand Down

0 comments on commit 9fcd0af

Please sign in to comment.