Skip to content

Commit

Permalink
Merge pull request #33 from machisuji/patch-2
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
jjbohn committed Jun 2, 2015
2 parents b9246a0 + ca01af0 commit 2f8dba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/omniauth/strategies/openid_connect.rb
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def authorize_uri
end

def public_key
if options.discover
if options.discovery
config.public_keys.first
else
key_or_secret
Expand Down

0 comments on commit 2f8dba1

Please sign in to comment.