diff options
-rw-r--r-- | brep/handler/ci/ci.bash.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/brep/handler/ci/ci.bash.in b/brep/handler/ci/ci.bash.in index 0a33969..c188ab9 100644 --- a/brep/handler/ci/ci.bash.in +++ b/brep/handler/ci/ci.bash.in @@ -63,6 +63,6 @@ function dump_repository_manifests () # <repo-url> <dir> <timeout> error "unable to run bpkg" fi - exit_with_manifest 422 "unable to fetch repository information (run 'bpkg rep-info $url' for details)" + exit_with_manifest 422 "unable to fetch repository information (run 'bpkg rep-info --deep --manifest $url' for details)" fi } |