aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-info.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/rep-info.cxx')
-rw-r--r--bpkg/rep-info.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/rep-info.cxx b/bpkg/rep-info.cxx
index cdad96b..355d8b8 100644
--- a/bpkg/rep-info.cxx
+++ b/bpkg/rep-info.cxx
@@ -242,7 +242,7 @@ namespace bpkg
{
fail << "unable to serialize manifest: " << e.description;
}
- catch (const ostream::failure&)
+ catch (const io_error&)
{
fail << "unable to write to STDOUT";
}