From 994b63e2b60333a83faba52dc6b044fbdbbad61b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 18 Jan 2018 11:54:08 +0200 Subject: Change remaining auto_rm to auto_rmfile --- bpkg/pkg-fetch.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/pkg-fetch.cxx') diff --git a/bpkg/pkg-fetch.cxx b/bpkg/pkg-fetch.cxx index 114a55d..c2a6644 100644 --- a/bpkg/pkg-fetch.cxx +++ b/bpkg/pkg-fetch.cxx @@ -217,7 +217,7 @@ namespace bpkg << "from " << pl->repository->name; path a (fetch_archive (co, pl->repository->location, pl->location, c)); - auto_rm arm (a); + auto_rmfile arm (a); // We can't be fetching an archive for a transient object. // -- cgit v1.1