aboutsummaryrefslogtreecommitdiff
path: root/bpkg/fetch.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/fetch.cxx')
-rw-r--r--bpkg/fetch.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/fetch.cxx b/bpkg/fetch.cxx
index 7389c75..5464c4a 100644
--- a/bpkg/fetch.cxx
+++ b/bpkg/fetch.cxx
@@ -558,7 +558,7 @@ namespace bpkg
if (exists (r))
fail << "file " << r << " already exists";
- auto_rm arm (r);
+ auto_rmfile arm (r);
process pr (start (o, u.string (), r));
if (!pr.wait ())