aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-info.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/rep-info.cxx')
-rw-r--r--bpkg/rep-info.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/bpkg/rep-info.cxx b/bpkg/rep-info.cxx
index 8bb3c7d..041d804 100644
--- a/bpkg/rep-info.cxx
+++ b/bpkg/rep-info.cxx
@@ -21,7 +21,7 @@ using namespace butl;
namespace bpkg
{
- void
+ int
rep_info (const rep_info_options& o, cli::scanner& args)
{
tracer trace ("rep_info");
@@ -108,5 +108,7 @@ namespace bpkg
{
fail << "unable to write to STDOUT";
}
+
+ return 0;
}
}