| author | |
| committer | |
| log | 878428eddb7a5c0913d10e1673aa7ad05f981c63 |
| tree | d58607692ec0807b8542c123a0f9fca98b79935e |
| parent | bca4ce6fed89e3582916efc7560f5bceb350a561 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/cmd/aquila/add.zig+1-1| ... | ... | @@ -21,7 +21,7 @@ pub fn do(dir: std.fs.Dir, pkg_id: string) !string { |
| 21 | 21 | |
| 22 | 22 | const pkg_url = try std.fmt.allocPrint(gpa, "https://{s}/{s}", .{ |
| 23 | 23 | val.getT(.{ "repo", "domain" }, .String).?, |
| 24 | val.getT(.{ "pkg", "RemoteName" }, .String).?, | |
| 24 | val.getT(.{ "package", "remote_name" }, .String).?, | |
| 25 | 25 | }); |
| 26 | 26 | |
| 27 | 27 | const m = try zigmod.ModFile.from_dir(gpa, dir); |