From df408aa7af5bc13f5d920035039cf350e6a20855 Mon Sep 17 00:00:00 2001 From: rubo77 Date: Mon, 23 Jan 2017 23:14:14 +0100 Subject: repair ruby errors in firmware.rb --- _plugins/firmwares.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_plugins/firmwares.rb b/_plugins/firmwares.rb index b30cbb7..d1728af 100644 --- a/_plugins/firmwares.rb +++ b/_plugins/firmwares.rb @@ -196,13 +196,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)' -- cgit v1.2.1