aboutsummaryrefslogtreecommitdiff
path: root/bpkg/manifest-utility.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/manifest-utility.cxx')
-rw-r--r--bpkg/manifest-utility.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/bpkg/manifest-utility.cxx b/bpkg/manifest-utility.cxx
index 41215cf..95b0089 100644
--- a/bpkg/manifest-utility.cxx
+++ b/bpkg/manifest-utility.cxx
@@ -78,7 +78,6 @@ namespace bpkg
}
catch (const invalid_argument& e)
{
- error << "invalid repository location '" << s << "': " << e.what ();
- throw failed ();
+ fail << "invalid repository location '" << s << "': " << e.what () << endf;
}
}