From 00cda575c97494d1b6caf2d05ea8a1f8e848cd8a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 3 Jun 2022 21:53:48 +0300 Subject: Add --keep-temp common option --- bpkg/rep-remove.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bpkg/rep-remove.cxx') diff --git a/bpkg/rep-remove.cxx b/bpkg/rep-remove.cxx index 601d291..26d5725 100644 --- a/bpkg/rep-remove.cxx +++ b/bpkg/rep-remove.cxx @@ -131,8 +131,8 @@ namespace bpkg static void rmdir (const dir_path& cfg, const dir_path& d) { - auto i (temp_dir.find (cfg)); - assert (i != temp_dir.end ()); + auto i (tmp_dirs.find (cfg)); + assert (i != tmp_dirs.end ()); dir_path td (i->second / d.leaf ()); -- cgit v1.1