diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-05-22 19:46:10 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-05-22 19:46:10 +0300 |
commit | 36ac4706b90abed1593c87f67b48885df9334229 (patch) | |
tree | daca7f397d7fb7dc58cb2af9f7f9fe0d508ca017 | |
parent | 4eebdd0e4820f9b1ae7ddbc09291795b05e92e28 (diff) |
Fix CI error message produced on bpkg-rep-info failure
-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 } |