Skip to content

Commit

Permalink
Merge pull request #3132 from ericcurtin/query-boot
Browse files Browse the repository at this point in the history
status: Fix build without GPGME
  • Loading branch information
cgwalters committed Jan 5, 2024
2 parents ac8638f + 37971a9 commit 501a077
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ostree/ot-admin-builtin-status.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ deployment_print_status (OstreeSysroot *sysroot, OstreeRepo *repo, OstreeDeploym

g_print ("%s", output_buffer->str);
}
#else
g_autofree char *remote = NULL;
#endif /* OSTREE_DISABLE_GPGME */
if (opt_verify)
{
Expand Down

0 comments on commit 501a077

Please sign in to comment.