diff options
-rw-r--r-- | bpkg/rep-fetch.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bpkg/rep-fetch.cxx b/bpkg/rep-fetch.cxx index f091f24..7443f56 100644 --- a/bpkg/rep-fetch.cxx +++ b/bpkg/rep-fetch.cxx @@ -104,6 +104,8 @@ namespace bpkg // calling the "naked" fetch_repositories() above, we will call // a function from rep-verify that will perform extra verifications. // + // @@ Also check for self-prerequisite. + // switch (rr) { case repository_role::complement: |