| author | |
| committer | |
| log | ab3dba434722e6000b7dabd3265f50bfb2ebf1b7 |
| tree | 2d50ecb9e113849be1794fb8feec69815ff52754 |
| parent | d01eb7141b96b190937d06cc617cd8fcf6eac06c |
1 files changed, 1 insertions(+), 1 deletions(-)
src/cmd_sum.zig+1-1| ... | @@ -25,7 +25,7 @@ pub fn execute(args: [][]u8) !void { | ... | @@ -25,7 +25,7 @@ pub fn execute(args: [][]u8) !void { |
| 25 | 25 | ||
| 26 | for (module_list.items) |m| { | 26 | for (module_list.items) |m| { |
| 27 | const hash = try m.get_hash(dir); | 27 | const hash = try m.get_hash(dir); |
| 28 | try w.print("{} {}\n", .{m.clean_path, hash}); | 28 | try w.print("{} {}\n", .{hash, m.clean_path}); |
| 29 | } | 29 | } |
| 30 | } | 30 | } |
| 31 | 31 |