From 620effdbc8de10fc240a5f0a4d5e8934a0e0e0eb Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Thu, 14 Aug 2025 16:44:05 +0200 Subject: Move src/cmd/{=> lib/}types.zig. --- src/cmd/path.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd/path.zig') diff --git a/src/cmd/path.zig b/src/cmd/path.zig index 734350a..f8d5939 100644 --- a/src/cmd/path.zig +++ b/src/cmd/path.zig @@ -2,7 +2,7 @@ const std = @import("std"); const Allocator = std.mem.Allocator; const print = std.debug.print; -const types = @import("./types.zig"); +const types = @import("./lib/types.zig"); const CommandStatus = types.CommandStatus; const OutputCapture = types.OutputCapture; const InputSource = types.InputSource; -- cgit v1.2.1