| author | |
| committer | |
| log | 6ce5bff413727e8ebaf0ed443271c1d118803778 |
| tree | 9562dc8e478db8ad85020b71127d2ab8a4d8cf40 |
| parent | 9ec7c758bd0c058219cb00a0f4fbf81e285417a4 |
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) ! |
| 202 | 202 | } |
| 203 | 203 | const file_path = try std.fs.path.resolve(options.alloc, &.{ p, file_name }); |
| 204 | 204 | try d.type.pull(options.alloc, d.path, p); |
| 205 | try std.fs.deleteFileAbsolute(file_path); | |
| 205 | try std.fs.cwd().deleteFile(file_path); | |
| 206 | 206 | return p; |
| 207 | 207 | }, |
| 208 | 208 | } |