summaryrefslogtreecommitdiff
path: root/templates/client.conf.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/client.conf.erb')
-rw-r--r--templates/client.conf.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/client.conf.erb b/templates/client.conf.erb
index 4f4ce61..579d537 100644
--- a/templates/client.conf.erb
+++ b/templates/client.conf.erb
@@ -43,5 +43,5 @@ end -%>
<%-
end
end -%>
-<%= 'client = ' + client ? 'yes' : 'no' %>
+client = <%= client ? 'yes' : 'no' %>