summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/OpenId.hs
diff options
context:
space:
mode:
authorJoey Hess2015-10-14 15:48:32 -0400
committerJoey Hess2015-10-14 15:48:32 -0400
commit7d2576ec9c8623182f8d4b890a372b1929fd758a (patch)
treebde3b4903a18132ecad22541e6f74b8ed98853e9 /src/Propellor/Property/OpenId.hs
parent037d287a3a383471edbcd4cf8f490fc4027b67b7 (diff)
recent changes broke the baseurl
Diffstat (limited to 'src/Propellor/Property/OpenId.hs')
-rw-r--r--src/Propellor/Property/OpenId.hs2
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