Skip to content

Commit a6e838d

Browse files
committed
fixup args order
1 parent 69f963d commit a6e838d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/zigpkg.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ pub fn cmd_from_zon(opt: GlobalOptions, args: []const []const u8) !void {
250250
);
251251
defer opt.gpa.free(output);
252252

253-
const root = args[0];
253+
const root = args[1];
254254

255255
const zon_src = try Manifest.cwdReadFileAllocZ(
256256
args[2],

0 commit comments

Comments
 (0)