Skip to content

Commit

Permalink
fix syntaxe
Browse files Browse the repository at this point in the history
  • Loading branch information
ccarrez committed Aug 13, 2021
1 parent 856f23e commit 12748c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/action.epp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ action(type="<%= $type %>"
<% if $action_name { -%>
name="<%= $action_name %>"
<%}-%>
<% if $config { -%>
<% $config.each |$k, $v| { -%>
<%- if $v =~ Array { -%>
<%= $k %>=[ <%= $v.map |$i| { "\"${i}\"" }.join(', ') %> ]
<%- } else { -%>
Expand Down

0 comments on commit 12748c3

Please sign in to comment.