aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-05-23 17:56:40 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-05-23 17:56:40 +0300
commite1761a021d05290dae500a545f19135748a8860d (patch)
tree951f3938cf90ecfab51cfd2d9953c4bdd136fb79
parentfc9e18046fd2370cde6902bc1614462c0ff052bb (diff)
Fix
-rw-r--r--bpkg/fetch-git.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/fetch-git.cxx b/bpkg/fetch-git.cxx
index a469557..bcfa0ba 100644
--- a/bpkg/fetch-git.cxx
+++ b/bpkg/fetch-git.cxx
@@ -2524,7 +2524,7 @@ namespace bpkg
const dir_path& prefix)
{
for (const auto& l: find_symlinks (co, dir, prefix))
- try_rmfile_ignore_error (l.first);
+ try_rmfile_ignore_error (dir / l.first);
// For some (probably valid) reason the hard reset command doesn't remove
// a submodule directory that is not plugged into the repository anymore.