| author | |
| committer | |
| log | 0f954cb58570ff4ebafb644dbbd8ce6176a2ba74 |
| tree | 5023fc4dc4a55d6a64eea78c91228b7d44eae682 |
| parent | b3ea5586def0e49c3d65a45c27441f0700dc6808 |
1 files changed, 3 insertions(+), 0 deletions(-)
src/cmd/license.zig+3| ... | ... | @@ -36,6 +36,9 @@ pub fn execute(args: [][]u8) !void { |
| 36 | 36 | if (item.clean_path.len == 0) { |
| 37 | 37 | continue; |
| 38 | 38 | } |
| 39 | if (std.mem.eql(u8, item.clean_path, "files")) { | |
| 40 | continue; | |
| 41 | } | |
| 39 | 42 | if (item.yaml == null) { |
| 40 | 43 | try unspecified_list.append(item); |
| 41 | 44 | continue; |