fu-engine: HSI prefix fixing for invalid chassis

The invalid HSI prefix should be "HSI:INVALID" not "HSI-INVALID".

Signed-off-by: Kate Hsuan <hpa@redhat.com>
This commit is contained in:
kate 2022-08-24 11:02:22 -04:00 committed by Richard Hughes
parent fa2df1eed6
commit 3d199058bb

View File

@ -6402,7 +6402,7 @@ fu_engine_attrs_calculate_hsi_for_chassis(FuEngine *self)
break;
}
return g_strdup_printf("HSI-INVALID:chassis[0x%02x]", val);
return g_strdup_printf("HSI:INVALID:chassis[0x%02x]", val);
}
static gboolean