From 5d69b98c5d62b05d1d6d6fd24aeac468af509365 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 14 Nov 2018 16:12:25 +0300 Subject: Add support for repository typed URLs (git+https://..., etc) --- bpkg/rep-fetch.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bpkg/rep-fetch.cxx') 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; } -- cgit v1.1