Skip to content

Commit

Permalink
Changed name
Browse files Browse the repository at this point in the history
  • Loading branch information
jmthomas committed Apr 29, 2016
1 parent ba61759 commit 33afdea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/cosmos/tools/limits_monitor/limits_monitor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def open_config(filename)
@ignored << ([params[0], params[1], nil])
when 'COLOR_BLIND'
@colorblind = true
when 'IGNORE_OPERATIONAL_TRANSITION'
when 'IGNORE_OPERATIONAL_LIMITS'
@monitor_operational = false
end
end
Expand All @@ -272,7 +272,7 @@ def save_config(filename)
file.puts("COLOR_BLIND")
end
unless @monitor_operational
file.puts("IGNORE_OPERATIONAL_TRANSITION")
file.puts("IGNORE_OPERATIONAL_LIMITS")
end
@ignored.each do |target, pkt_name, item_name|
if item_name
Expand Down

0 comments on commit 33afdea

Please sign in to comment.