Skip to content

Commit

Permalink
info: fix json formatted output
Browse files Browse the repository at this point in the history
Closes: #2292
  • Loading branch information
bapt committed Jun 11, 2024
1 parent 9393a2d commit d45ac79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ print_info(struct pkg * const pkg, uint64_t options)
outflags |= PKG_MANIFEST_EMIT_COMPACT;

pkg_emit_manifest_file(pkg, stdout, outflags);
printf("\n");

return;
}
Expand Down

0 comments on commit d45ac79

Please sign in to comment.