From d7ec8bf77c55f573138d41d5e24e1fb80e073b25 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Fri, 3 Aug 2012 15:08:43 -0400 Subject: fix template syntax error --- templates/torrc.control.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/torrc.control.erb b/templates/torrc.control.erb index 7e10d4d..336c72d 100644 --- a/templates/torrc.control.erb +++ b/templates/torrc.control.erb @@ -9,7 +9,7 @@ CookieAuthFile <%= cookie_auth_file %> <%- if cookie_auth_file_group_readable != '' then -%> CookieAuthFileGroupReadable <%= cookie_auth_file_group_readable %> <%- end -%> -<%- else %-> +<%- else -%> HashedControlPassword <%= hashed_control_password %> <%- end -%> <%- end -%> -- cgit v1.2.3