We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a152744 commit ca1b3b2Copy full SHA for ca1b3b2
1 file changed
src/util/funcs.zig
@@ -222,5 +222,5 @@ pub fn find_cachepath() !string {
222
if (std.mem.indexOf(u8, haystack, needle)) |index| {
223
return haystack[0 .. index + needle.len];
224
}
225
- return try std.fs.path.join(gpa, &.{ ".zigmod", "deps" });
+ return try std.fs.path.join(gpa, &.{ haystack, ".zigmod", "deps" });
226
0 commit comments