From fd95e1204b87c7780b3c0f6b49b664bfcccc9099 Mon Sep 17 00:00:00 2001 From: Paul Edmon Date: Mon, 6 Jan 2025 11:02:53 -0500 Subject: [PATCH] Fixing reference. --- templates/domain.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/domain.erb b/templates/domain.erb index 8eb788d..5bc1009 100644 --- a/templates/domain.erb +++ b/templates/domain.erb @@ -109,6 +109,6 @@ proxy_lib_name = <%= @proxy_lib_name %> <% end -%> <% if @custom_options %> <% @custom_options.each do |opt,value| -%> -<%= $opt %> = <%= $value %> -<% end %> +<%= opt %> = <%= value %> +<% end -%> <% end -%>