Skip to content

Commit

Permalink
switch from if ! to unless
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxmea committed Mar 14, 2024
1 parent dae7f06 commit daba315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/hdm.yml.epp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<%= $key %>: <%= $value %>
<%- } -%>
<%- } -%>
<%- if ! $hdm::custom_lookup_function.empty { -%>
<%- unless $hdm::custom_lookup_function.empty { -%>
custom_lookup_function_mapping:
<%- $hdm::custom_lookup_function.each |String $key, String $value| { -%>
<%= $key %>: <%= $value %>
Expand Down

0 comments on commit daba315

Please sign in to comment.