diff options
author | Harm van Tilborg <harm@zeroxcool.net> | 2015-10-27 09:52:10 +0100 |
---|---|---|
committer | Harm van Tilborg <harm@zeroxcool.net> | 2015-10-27 09:52:10 +0100 |
commit | f061f2752539da60ae894ba42ed567df7155314b (patch) | |
tree | 73972973258b50a9a3b8e350eb17fd6877657378 | |
parent | 1400b842f6dc61e662ce15f72f578a55126ffc06 (diff) |
Typo in Brocade NOS model
-rw-r--r-- | lib/oxidized/model/nos.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/oxidized/model/nos.rb b/lib/oxidized/model/nos.rb index c2f4319..18ca6a2 100644 --- a/lib/oxidized/model/nos.rb +++ b/lib/oxidized/model/nos.rb @@ -26,7 +26,7 @@ class NOS < Oxidized::Model end cfg 'show system' do |cfg| - commen cfg.each_line.reject { |line| line.match /Time/ or line.match /speed/ } + comment cfg.each_line.reject { |line| line.match /Time/ or line.match /speed/ } end cmd 'show running-config' |