Skip to content

Commit

Permalink
Happy rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
mchf committed Aug 8, 2016
1 parent 268d038 commit e9b02fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/network/lan/udev.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def update_udevd
path(".target.bash"),
"udevadm trigger --subsystem-match=net --action=add"
)
ret == 0
ret.zero?
end

# Removes (key,operator,value) tripplet from given udev rule.
Expand Down

0 comments on commit e9b02fa

Please sign in to comment.