diff options
author | Ham5ter <hans-christian.stein@web.de> | 2016-05-25 13:55:55 +0200 |
---|---|---|
committer | Ham5ter <hans-christian.stein@web.de> | 2016-05-25 13:55:55 +0200 |
commit | bc4791b8840f60b7ce3404b1c54d8bc854273d44 (patch) | |
tree | 8c43d5723253e5ce530d8ef69b8c445eeb216f04 | |
parent | c57839ef843d6a70cac8dca1ca2a9664cb2bf0d4 (diff) |
Renames the Class and File to "MLNXOS"
The Official Name of the Operating System is "MLNX-OS"
I changed the Name to "MLNXOS" because Ruby does not support "-" in Class Names.
http://www.mellanox.com/page/mlnx_os
-rw-r--r-- | lib/oxidized/model/mlnxos.rb (renamed from lib/oxidized/model/mlnx.rb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/oxidized/model/mlnx.rb b/lib/oxidized/model/mlnxos.rb index 02b7ab9..9542c88 100644 --- a/lib/oxidized/model/mlnx.rb +++ b/lib/oxidized/model/mlnxos.rb @@ -1,4 +1,4 @@ -class MLNX < Oxidized::Model +class MLNXOS < Oxidized::Model prompt /([\w.@()-\[:\s\]]+[#>]\s)$/ comment '## ' |