aboutsummaryrefslogtreecommitdiff
path: root/bpkg/archive.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/archive.cxx')
-rw-r--r--bpkg/archive.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/archive.cxx b/bpkg/archive.cxx
index 7bc4740..e3b5f8b 100644
--- a/bpkg/archive.cxx
+++ b/bpkg/archive.cxx
@@ -110,7 +110,7 @@ namespace bpkg
// Fall through.
}
- catch (const ifdstream::failure&)
+ catch (const io_error&)
{
// Child exit status doesn't matter. Just wait for the process
// completion and fall through.