authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2023-11-24 00:33:57 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2023-11-24 00:33:57 -08:00
log0df96b60dee2a9e76bf12ad8b8ab1d47dba52994
tree73892f363ab89721b96a7f4b21cb23445e4f11b3
parenta1ea508279920f457c5f899022046fefd6dc146a

cmd/aq/{install,update}: use proper cachepath


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,7 +62,7 @@ pub fn execute(self_name: []const u8, args: [][]u8) !void {
6262
63 // zigmod ci63 // zigmod ci
64 const ci = @import("../ci.zig");64 const ci = @import("../ci.zig");
65 try ci.do(gpa, modpath, moddir);65 try ci.do(gpa, cachepath, moddir);
6666
67 // zig build67 // zig build
68 const argv: []const string = &.{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,7 +48,7 @@ pub fn execute(self_name: []const u8, args: [][]u8) !void {
4848
49 // zigmod ci49 // zigmod ci
50 const ci = @import("../ci.zig");50 const ci = @import("../ci.zig");
51 try ci.do(gpa, modpath, moddir);51 try ci.do(gpa, cachepath, moddir);
5252
53 // zig build53 // zig build
54 const argv: []const string = &.{54 const argv: []const string = &.{