mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-07 08:39:48 +00:00
trivial: remove an extra colon at the end of uefi-dbx error
This commit is contained in:
parent
7180536c69
commit
05b9eb5936
@ -66,7 +66,7 @@ fu_plugin_add_security_attrs (FuPlugin *plugin, FuSecurityAttrs *attrs)
|
|||||||
g_autofree gchar *dbxdir = NULL;
|
g_autofree gchar *dbxdir = NULL;
|
||||||
g_autofree gchar *result = NULL;
|
g_autofree gchar *result = NULL;
|
||||||
dbxdir = fu_common_get_path (FU_PATH_KIND_EFIDBXDIR);
|
dbxdir = fu_common_get_path (FU_PATH_KIND_EFIDBXDIR);
|
||||||
result = g_strdup_printf ("DBX can be downloaded from %s and decompressed into %s: ",
|
result = g_strdup_printf ("DBX can be downloaded from %s and decompressed into %s",
|
||||||
FU_UEFI_DBX_DATA_URL, dbxdir);
|
FU_UEFI_DBX_DATA_URL, dbxdir);
|
||||||
fwupd_security_attr_set_result (attr, result);
|
fwupd_security_attr_set_result (attr, result);
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user