aboutsummaryrefslogtreecommitdiff
path: root/brep
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-05-22 19:46:10 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-05-22 19:46:10 +0300
commit36ac4706b90abed1593c87f67b48885df9334229 (patch)
treedaca7f397d7fb7dc58cb2af9f7f9fe0d508ca017 /brep
parent4eebdd0e4820f9b1ae7ddbc09291795b05e92e28 (diff)
Fix CI error message produced on bpkg-rep-info failure
Diffstat (limited to 'brep')
-rw-r--r--brep/handler/ci/ci.bash.in2
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
}