| ... | ... | @@ -59,7 +59,7 @@ pub fn execute(args: [][]u8) !void { |
| 59 | 59 | |
| 60 | 60 | const file_w = file.writer(); |
| 61 | 61 | try file_w.print("\n", .{}); |
| 62 | | try file_w.print(" - src: git {s}\n", .{std.mem.trimRight(u8, found.git, ".git")}); |
| 62 | try file_w.print(" - src: git {s}\n", .{u.trim_suffix(found.git, ".git")}); |
| 63 | 63 | if (!has_zigdotmod) { |
| 64 | 64 | try file_w.print(" name: {s}\n", .{found.name}); |
| 65 | 65 | try file_w.print(" main: {s}\n", .{found.root_file.?[1..]}); |