authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2024-09-03 02:54:36 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2024-09-03 02:54:36 -07:00
log6ce5bff413727e8ebaf0ed443271c1d118803778
tree9562dc8e478db8ad85020b71127d2ab8a4d8cf40
parent9ec7c758bd0c058219cb00a0f4fbf81e285417a4

this path is actually relative


1 files changed, 1 insertions(+), 1 deletions(-)

src/common.zig+1-1
......@@ -202,7 +202,7 @@ pub fn get_modpath(cachepath: string, d: zigmod.Dep, options: *CollectOptions) !
202202 }
203203 const file_path = try std.fs.path.resolve(options.alloc, &.{ p, file_name });
204204 try d.type.pull(options.alloc, d.path, p);
205 try std.fs.deleteFileAbsolute(file_path);
205 try std.fs.cwd().deleteFile(file_path);
206206 return p;
207207 },
208208 }