From cee41e925dc0a9d7460806c9f8386512b207edf3 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Tue, 19 May 2020 22:59:50 +0200 Subject: Implement command execution through riverctl --- src/command/spawn.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command/spawn.zig') diff --git a/src/command/spawn.zig b/src/command/spawn.zig index 53566fa..61aedab 100644 --- a/src/command/spawn.zig +++ b/src/command/spawn.zig @@ -19,7 +19,7 @@ const std = @import("std"); const c = @import("../c.zig"); -const Arg = @import("../command.zig").Arg; +const Arg = @import("../Command.zig").Arg; const Log = @import("../log.zig").Log; const Seat = @import("../Seat.zig"); -- cgit v1.2.3