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, 4 insertions, 0 deletions
diff --git a/bpkg/rep-info.cxx b/bpkg/rep-info.cxx
index 2debf0f..cdad96b 100644
--- a/bpkg/rep-info.cxx
+++ b/bpkg/rep-info.cxx
@@ -229,6 +229,10 @@ namespace bpkg
}
else
{
+ // Separate package list from the general repository info.
+ //
+ cout << endl;
+
for (const package_manifest& pm: pms)
cout << pm.name << "/" << pm.version << endl;
}