Skip to content

Commit

Permalink
Report version number when running rpm-ostree compose tree
Browse files Browse the repository at this point in the history
Resolves coreos#1556
  • Loading branch information
LorbusChris committed Oct 25, 2018
1 parent fe5adaf commit c2fa908
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/rpmostree-compose-builtin-tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,9 @@ impl_install_tree (RpmOstreeTreeComposeContext *self,
return TRUE;
}

/* Report version number */
g_print ("rpm-ostree version: %s\n", PACKAGE_VERSION);

/* Read the previous commit */
if (self->ref)
{
Expand Down

0 comments on commit c2fa908

Please sign in to comment.