diff options
| author | Joey Hess <joeyh@joeyh.name> | 2014-12-07 12:50:40 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2014-12-07 12:50:40 -0400 |
| commit | 6a906c8a4c63567e08521e2beb774cf4308944b9 (patch) | |
| tree | aeec87a1ef5c538b5d8879b8f608ff76a2315db0 /src/Propellor/Property | |
| parent | dd40a05ced3b7c50a3a7751c66ad5a253056459e (diff) | |
typo
Diffstat (limited to 'src/Propellor/Property')
| -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 39cb6ff0..f8045027 100644 --- a/src/Propellor/Property/OpenId.hs +++ b/src/Propellor/Property/OpenId.hs @@ -23,7 +23,7 @@ providerFor users baseurl = propertyList desc $ "define('SIMPLEID_BASE_URL', '"++url++"');" | otherwise = l - -- the identitites directory controls access, so open up + -- the identities directory controls access, so open up -- file mode identfile u = File.hasPrivContentExposed (concat [ "/var/lib/simpleid/identities/", u, ".identity" ]) |
