From 05b9eb59368f33f6d6af165794b5b689fb40e07e Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Thu, 14 May 2020 15:40:24 -0500 Subject: [PATCH] trivial: remove an extra colon at the end of uefi-dbx error --- plugins/uefi-dbx/fu-plugin-uefi-dbx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/uefi-dbx/fu-plugin-uefi-dbx.c b/plugins/uefi-dbx/fu-plugin-uefi-dbx.c index b38836967..46adf6429 100644 --- a/plugins/uefi-dbx/fu-plugin-uefi-dbx.c +++ b/plugins/uefi-dbx/fu-plugin-uefi-dbx.c @@ -66,7 +66,7 @@ fu_plugin_add_security_attrs (FuPlugin *plugin, FuSecurityAttrs *attrs) g_autofree gchar *dbxdir = NULL; g_autofree gchar *result = NULL; 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); fwupd_security_attr_set_result (attr, result); return;