Add a trailing comma to the fmn config
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
parent
2c9e0110b1
commit
e65dc733c8
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ config = {
|
|||
{% if env == 'staging' -%}
|
||||
"fmn.irc.port": 6697,
|
||||
"fmn.irc.use_ssl": True,
|
||||
"fmn.irc.nickserv_pass": "{{ fedora-notifstg-freenode-pass }}"
|
||||
"fmn.irc.nickserv_pass": "{{ fedora-notifstg-freenode-pass }}",
|
||||
{% else -%}
|
||||
"fmn.irc.port": 6667,
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue