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 {
6262
6363 // zigmod ci
6464 const ci = @import("../ci.zig");
65 try ci.do(gpa, modpath, moddir);
65 try ci.do(gpa, cachepath, moddir);
6666
6767 // zig build
6868 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 {
4848
4949 // zigmod ci
5050 const ci = @import("../ci.zig");
51 try ci.do(gpa, modpath, moddir);
51 try ci.do(gpa, cachepath, moddir);
5252
5353 // zig build
5454 const argv: []const string = &.{