| author | |
| committer | |
| log | 0df96b60dee2a9e76bf12ad8b8ab1d47dba52994 |
| tree | 73892f363ab89721b96a7f4b21cb23445e4f11b3 |
| parent | a1ea508279920f457c5f899022046fefd6dc146a |
2 files changed, 2 insertions(+), 2 deletions(-)
src/cmd/aquila/install.zig+1-1| ... | ... | @@ -62,7 +62,7 @@ pub fn execute(self_name: []const u8, args: [][]u8) !void { |
| 62 | 62 | |
| 63 | 63 | // zigmod ci |
| 64 | 64 | const ci = @import("../ci.zig"); |
| 65 | try ci.do(gpa, modpath, moddir); | |
| 65 | try ci.do(gpa, cachepath, moddir); | |
| 66 | 66 | |
| 67 | 67 | // zig build |
| 68 | 68 | const argv: []const string = &.{ |
src/cmd/aquila/update.zig+1-1| ... | ... | @@ -48,7 +48,7 @@ pub fn execute(self_name: []const u8, args: [][]u8) !void { |
| 48 | 48 | |
| 49 | 49 | // zigmod ci |
| 50 | 50 | const ci = @import("../ci.zig"); |
| 51 | try ci.do(gpa, modpath, moddir); | |
| 51 | try ci.do(gpa, cachepath, moddir); | |
| 52 | 52 | |
| 53 | 53 | // zig build |
| 54 | 54 | const argv: []const string = &.{ |