diff options
-rw-r--r-- | _plugins/firmwares.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/_plugins/firmwares.rb b/_plugins/firmwares.rb index a909ee3..b7916f4 100644 --- a/_plugins/firmwares.rb +++ b/_plugins/firmwares.rb @@ -197,13 +197,14 @@ GROUPS = { #els if model == 'UniFi' then 'UniFi AP (LR)' - elseif model == 'N600' then + elsif model == 'N600' then 'My Net N600' - elseif model == 'N750' then + elsif model == 'N750' then 'My Net N750' else model end + }, transform_group: lambda { |group| if group == 'wd-my-net' then 'WD (Western Digital)' |