From 9ea78077af8e6f2e5dc06f9d410aeacb68f065cb Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 8 Feb 2022 17:10:28 +0000 Subject: [PATCH] trivial: Fix a logic thinko when adding the community warning in fwupdmgr --- src/fu-util-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fu-util-common.c b/src/fu-util-common.c index 24c6984e2..02cb4b22b 100644 --- a/src/fu-util-common.c +++ b/src/fu-util-common.c @@ -384,7 +384,7 @@ fu_util_get_release_description_with_fallback(FwupdRelease *rel) g_string_append(str, fwupd_release_get_description(rel)); /* add this client side to get the translations */ - if (!fwupd_release_has_flag(rel, FWUPD_RELEASE_FLAG_IS_COMMUNITY)) { + if (fwupd_release_has_flag(rel, FWUPD_RELEASE_FLAG_IS_COMMUNITY)) { g_string_append_printf( str, "

%s

",