diff options
-rw-r--r-- | bpkg/utility.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/utility.cxx b/bpkg/utility.cxx index 68a7aa1..8a456d0 100644 --- a/bpkg/utility.cxx +++ b/bpkg/utility.cxx @@ -61,7 +61,7 @@ namespace bpkg : cfg / bpkg_dir / dir_path ("tmp")); if (exists (d)) - rm_r (d, true /* dir_itself */, 1); // Verbose to avoid surprises. + rm_r (d, true /* dir_itself */, 2); mk (d); // We shouldn't need mk_p(). |