diff options
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 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" ]) |
