Skip to content

Commit

Permalink
fixup! status: Render ostree metadata source-title key
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Oct 24, 2017
1 parent 92d3311 commit 230a095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/rpmostree-builtin-status.c
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ status_generic (RPMOSTreeSysroot *sysroot_proxy,

/* Load the commit metadata into a dict */
{ g_autoptr(GVariant) commit_meta_v = NULL;
g_assert (g_variant_dict_lookup (dict, "base-commit-meta", "a{sv}", &commit_meta_v));
g_assert (g_variant_dict_lookup (dict, "base-commit-meta", "@a{sv}", &commit_meta_v));
commit_meta_dict = g_variant_dict_new (commit_meta_v);
}
if (is_locally_assembled)
Expand Down

0 comments on commit 230a095

Please sign in to comment.