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.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/bpkg/rep-info.cxx b/bpkg/rep-info.cxx
index 1ffeee3..f136aad 100644
--- a/bpkg/rep-info.cxx
+++ b/bpkg/rep-info.cxx
@@ -168,11 +168,9 @@ namespace bpkg
// Append the latest base repository manifest.
//
- // Note that there must be at least one fragment with at least a
- // base repository being present.
+ // Note that there must be at least one fragment.
//
- assert (!rfd.fragments.empty () &&
- !rfd.fragments.back ().repositories.empty ());
+ assert (!rfd.fragments.empty ());
rms.push_back (
find_base_repository (rfd.fragments.back ().repositories));