Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'master' of https://github.com/havard/node-openid
  • Loading branch information
havard committed Apr 22, 2012
2 parents 99815b6 + a7615e3 commit 55160d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openid.js
Expand Up @@ -534,7 +534,7 @@ var _resolveHostMeta = function(identifier, strict, callback, fallBackToProxy)
} }
else else
{ {
hostMetaUrl = host.protocol + '://' + host.host + '/.well-known/host-meta'; hostMetaUrl = host.protocol + '//' + host.host + '/.well-known/host-meta';
} }
if(!hostMetaUrl) if(!hostMetaUrl)
{ {
Expand Down

0 comments on commit 55160d7

Please sign in to comment.