| ... | @@ -19,7 +19,7 @@ pub fn do(dir: std.fs.Dir, pkg_id: []const u8) ![]const u8 { | ... | @@ -19,7 +19,7 @@ pub fn do(dir: std.fs.Dir, pkg_id: []const u8) ![]const u8 { |
| 19 | | 19 | |
| 20 | const pkg_url = try std.fmt.allocPrint(gpa, "https://{s}/{s}", .{ | 20 | const pkg_url = try std.fmt.allocPrint(gpa, "https://{s}/{s}", .{ |
| 21 | val.get(.{ "repo", "domain" }).?.String, | 21 | val.get(.{ "repo", "domain" }).?.String, |
| 22 | val.get(.{ "pkg", "remote_name" }).?.String, | 22 | val.get(.{ "pkg", "RemoteName" }).?.String, |
| 23 | }); | 23 | }); |
| 24 | | 24 | |
| 25 | const m = try u.ModFile.from_dir(gpa, dir); | 25 | const m = try u.ModFile.from_dir(gpa, dir); |