Skip to content

Commit 78130b3

Browse files
committed
Fixed syntax error in hnl_mk_nic.rb
1 parent c4ebf23 commit 78130b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hanlon_microkernel/facter/hnl_mk_nic.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
if Facter.debugging?
2727
puts "Error: (network class) unable to parse #{l}"
2828
end
29-
end ]
29+
end
30+
end ]
3031
attribs.each_pair do |attrib, val|
3132
Facter.add("mk_hw_#{network}_#{attrib}") do
3233
setcode { val }

0 commit comments

Comments
 (0)