diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-14 15:48:32 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-14 15:48:32 -0400 |
| commit | 7d2576ec9c8623182f8d4b890a372b1929fd758a (patch) | |
| tree | bde3b4903a18132ecad22541e6f74b8ed98853e9 /src | |
| parent | 037d287a3a383471edbcd4cf8f490fc4027b67b7 (diff) | |
recent changes broke the baseurl
Diffstat (limited to 'src')
| -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 |
