authorgravatar for hello@nektro.netMeghan <hello@nektro.net> 2020-12-29 12:31:40 -08:00
committergravatar for hello@nektro.netMeghan <hello@nektro.net> 2020-12-29 12:31:40 -08:00
log04cae4652fa97838da52c53e44171fa58d33f595
treec72d8ef4e41db6f35730e9041ec546d56ae106ef
parentae4c19e2d7ddaa6724248230d038d699fd12f0b7

fetch: fmt string has no params


1 files changed, 1 insertions(+), 1 deletions(-)

src/cmd_fetch.zig+1-1
...@@ -305,7 +305,7 @@ fn print_incl_dirs_to(w: fs.File.Writer, mod: u.Module, list: *std.ArrayList([]c...@@ -305,7 +305,7 @@ fn print_incl_dirs_to(w: fs.File.Writer, mod: u.Module, list: *std.ArrayList([]c
305 if (!local) {305 if (!local) {
306 try w.print(" cache ++ _paths[{}] ++ \"{Z}\",\n", .{list.items.len-1, it});306 try w.print(" cache ++ _paths[{}] ++ \"{Z}\",\n", .{list.items.len-1, it});
307 } else {307 } else {
308 try w.print(" \"\",\n", .{mod.clean_path, it});308 try w.print(" \"\",\n", .{});
309 }309 }
310 }310 }
311 for (mod.deps) |d| {311 for (mod.deps) |d| {