Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsver committed Jun 20, 2024
1 parent 0186ecc commit c05abf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/libraries/get_monitor_configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module RbManager
module Helpers
def get_monitor_configuration
monitor_config = []
sensor = search(:node, "redborder_monitors:[* TO *] AND name:*device*").sort
sensor = search(:node, 'redborder_monitors:[* TO *] AND name:*device*').sort
sensor.each do |node|
monitors = node.normal['redborder']['monitors']
monitors.each do |monitor|
Expand Down

0 comments on commit c05abf5

Please sign in to comment.