aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-fetch.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/rep-fetch.cxx')
-rw-r--r--bpkg/rep-fetch.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bpkg/rep-fetch.cxx b/bpkg/rep-fetch.cxx
index 77ffc10..ef42b03 100644
--- a/bpkg/rep-fetch.cxx
+++ b/bpkg/rep-fetch.cxx
@@ -537,8 +537,8 @@ namespace bpkg
}
catch (const invalid_argument& e)
{
- fail << "invalid relative repository location '" << l
- << "': " << e <<
+ fail << "invalid relative repository location '" << l << "': "
+ << e <<
info << "base repository location is " << rl;
}