diff options
Diffstat (limited to 'Presence/ConfigFiles.hs')
-rw-r--r-- | Presence/ConfigFiles.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Presence/ConfigFiles.hs b/Presence/ConfigFiles.hs index d405bd8f..6354d841 100644 --- a/Presence/ConfigFiles.hs +++ b/Presence/ConfigFiles.hs | |||
@@ -30,7 +30,7 @@ subscriberFile = "subscribers" | |||
30 | otherFile = "others" | 30 | otherFile = "others" |
31 | pendingFile = "pending" | 31 | pendingFile = "pending" |
32 | solicitedFile = "solicited" | 32 | solicitedFile = "solicited" |
33 | secretsFile = "secrets" | 33 | secretsFile = "secret" |
34 | 34 | ||
35 | 35 | ||
36 | configPath :: User -> Profile -> String -> IO String | 36 | configPath :: User -> Profile -> String -> IO String |