diff --git a/actions/update.go b/actions/update.go index 204b1cf7..a1cf467b 100644 --- a/actions/update.go +++ b/actions/update.go @@ -79,7 +79,7 @@ func UpdateRequirements(componentSlug, componentVendor, componentModel string) ( slug := strings.ToUpper(componentSlug) vendor := common.FormatVendorName(componentVendor) - switch componentSlug { + switch slug { case common.SlugNIC: updater, err := GetNICUpdater(vendor) if err != nil {