From 76ab876ae0e660e1f68e2d8432b865f8e7915da7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis-Philippe=20V=C3=A9ronneau?= Date: Wed, 1 Nov 2017 16:53:28 -0400 Subject: remove missing end in modified template --- templates/torrc.relay.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/torrc.relay.erb b/templates/torrc.relay.erb index 27e35d6..7735b47 100644 --- a/templates/torrc.relay.erb +++ b/templates/torrc.relay.erb @@ -1,7 +1,6 @@ # relay <% if @port != 0 -%> ORPort <%= @port %> -<% end -%> <% Array(@real_outbound_bindaddresses).each do |outbound_bindaddress| -%> OutboundBindAddress <%= @outbound_bindaddress %> <% end -%> -- cgit v1.2.3