authorgravatar for hello@nektro.netMeghan <hello@nektro.net> 2020-11-14 20:20:44 -08:00
committergravatar for hello@nektro.netMeghan <hello@nektro.net> 2020-11-14 20:20:44 -08:00
logd61a62761034e80fe79090e70d8f9a1ce497a9f2
treec433ff1f8683f63245ccba6a60efa71391fa97f5
parent927aca57acc3c30689323212c434f90dcb8f5b64

zig: fetch: temp remove else since git is the only type


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

src/cmd_fetch.zig-3
...@@ -45,9 +45,6 @@ fn fetch_deps(dir: []const u8, mpath: []const u8) anyerror!void {...@@ -45,9 +45,6 @@ fn fetch_deps(dir: []const u8, mpath: []const u8) anyerror!void {
45 try run_cmd(p, &[_][]const u8{"git", "pull"});45 try run_cmd(p, &[_][]const u8{"git", "pull"});
46 }46 }
47 },47 },
48 else => {
49 std.debug.panic("fetch: unhandled dep type: {}\n", .{@tagName(d.type)});
50 }
51 }48 }
52 switch (d.type) {49 switch (d.type) {
53 else => {50 else => {