mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-08 09:13:22 +00:00
trivial: Show the release (not device) checksums in 'fwupdmgr get-releases'
This commit is contained in:
parent
3e1146890c
commit
c2a20d7fff
@ -992,7 +992,7 @@ fu_util_get_releases (FuUtilPrivate *priv, gchar **values, GError **error)
|
|||||||
/* TRANSLATORS: section header for firmware description */
|
/* TRANSLATORS: section header for firmware description */
|
||||||
fu_util_print_data (_("Description"), desc);
|
fu_util_print_data (_("Description"), desc);
|
||||||
}
|
}
|
||||||
checksums = fwupd_device_get_checksums (dev);
|
checksums = fwupd_release_get_checksums (rel);
|
||||||
for (guint j = 0; j < checksums->len; j++) {
|
for (guint j = 0; j < checksums->len; j++) {
|
||||||
const gchar *checksum = g_ptr_array_index (checksums, j);
|
const gchar *checksum = g_ptr_array_index (checksums, j);
|
||||||
g_autofree gchar *checksum_display = NULL;
|
g_autofree gchar *checksum_display = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user