diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-16 12:30:34 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-16 12:30:34 -0400 |
| commit | 51634a1bfc091b0c2e005e58266771dab0710ffe (patch) | |
| tree | b0ae2dc87cf6d3a21bc81dbd4dcb0b63afb1d612 /src/Propellor/Property/OpenId.hs | |
| parent | 5cbbc8fbc5cfe0862ac278b63bb5f16f35998ee8 (diff) | |
| parent | e5b5a190b7de979cd889c92ecff530417534864e (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Property/OpenId.hs')
| -rw-r--r-- | src/Propellor/Property/OpenId.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/OpenId.hs b/src/Propellor/Property/OpenId.hs index ae437518..bafca041 100644 --- a/src/Propellor/Property/OpenId.hs +++ b/src/Propellor/Property/OpenId.hs @@ -28,7 +28,7 @@ providerFor users hn mp = propertyList desc $ props where baseurl = hn ++ case mp of Nothing -> "" - Just (Port p) -> show p + Just (Port p) -> ':' : show p url = "http://"++baseurl++"/simpleid" desc = "openid provider " ++ url setbaseurl l |
