From 6ef82f17ef7bc2d6edcd5ff5874891737618f447 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 19 Jul 2012 22:30:50 -0300 Subject: Adding missing quotes --- templates/config.py.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/config.py.erb b/templates/config.py.erb index b960f37..b2dd998 100644 --- a/templates/config.py.erb +++ b/templates/config.py.erb @@ -31,7 +31,7 @@ SSLPORT = <%= sslport %> # OPTION: SSLFINGERPRINT # SHA1 Fingerprint of the IRC Server SSL key. Connections # will fail if this fingerprint doesn't match. -SSLFINGERPRINT = <%= sslfingerprint %> +SSLFINGERPRINT = "<%= sslfingerprint %>" <% end %> # OPTION: REALNAME # The realname field of IRC clients will be set to this value. -- cgit v1.2.3