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 20, 2017
1 parent e467547 commit 6cc4b0b
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 @@ -304,7 +304,7 @@ status_generic (RPMOSTreeSysroot *sysroot_proxy,
const gchar *source_title = NULL;
g_variant_dict_lookup (dict, "source-title", "&s", &source_title);
if (source_title)
g_print (" %s\n", source_title);
g_print (" %s %s\n", libsd_special_glyph (TREE_RIGHT), source_title);

const char *base_checksum = NULL;
g_variant_dict_lookup (dict, "base-checksum", "&s", &base_checksum);
Expand Down

0 comments on commit 6cc4b0b

Please sign in to comment.