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 22, 2018
1 parent 6583a55 commit afb3b5d
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 @@ -642,6 +642,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 afb3b5d

Please sign in to comment.