Skip to content

Commit

Permalink
Fixing reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Edmon authored and Paul Edmon committed Jan 6, 2025
1 parent 24bdb85 commit fd95e12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/domain.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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 -%>

0 comments on commit fd95e12

Please sign in to comment.