Skip to content

Commit

Permalink
fix type in network.yaml.erb (#690)
Browse files Browse the repository at this point in the history
Co-authored-by: Florus Both <[email protected]>
  • Loading branch information
yeettaIT and fb-tricent authored Mar 11, 2021
1 parent f04f831 commit a93c50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/agent-conf.d/network.yaml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ instances:
<% end -%>
<% if !@excluded_interface_re.empty? -%>
excluded_interface_re:
<%- (@excluded_interfaces_re.each do |interface| -%>
<%- (@excluded_interface_re.each do |interface| -%>
- <%= interface %>
<% end ) -%>
<% end -%>
Expand Down

0 comments on commit a93c50f

Please sign in to comment.