summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2014-06-15 18:21:54 +0000
committerKevin Fenzi <kevin@scrye.com>2014-06-15 18:21:54 +0000
commitffba0668c2bb2a7cfd472368b957ef19ca220a3d (patch)
tree2ca1add998254d331cbc29b0c99c7d8de10f9b8a
parentfb53d6607bbe363d6f3aee4bf8db4cae649612fb (diff)
Typo I think.
-rw-r--r--roles/notifs/frontend/templates/fmn.web.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/notifs/frontend/templates/fmn.web.py b/roles/notifs/frontend/templates/fmn.web.py
index 0e20928f3..1d8dbfc0b 100644
--- a/roles/notifs/frontend/templates/fmn.web.py
+++ b/roles/notifs/frontend/templates/fmn.web.py
@@ -6,5 +6,5 @@ config = {
"fmn.backends": ["irc", "email"], # But "android" is disabled.
- "fmn.web.default_login", "fedora_login",
+ "fmn.web.default_login": "fedora_login",
}