authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-08-20 21:01:38 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-08-20 21:01:38 -07:00
log0f954cb58570ff4ebafb644dbbd8ce6176a2ba74
tree5023fc4dc4a55d6a64eea78c91228b7d44eae682
parentb3ea5586def0e49c3d65a45c27441f0700dc6808

cmd/license- dont include files package in list


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

src/cmd/license.zig+3
......@@ -36,6 +36,9 @@ pub fn execute(args: [][]u8) !void {
3636 if (item.clean_path.len == 0) {
3737 continue;
3838 }
39 if (std.mem.eql(u8, item.clean_path, "files")) {
40 continue;
41 }
3942 if (item.yaml == null) {
4043 try unspecified_list.append(item);
4144 continue;