From 99739da0169db308ecad28d99838a0f4574ae792 Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Tue, 4 Jul 2023 02:37:19 +0300 Subject: Update for newest zig --- src/remove.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/remove.zig') diff --git a/src/remove.zig b/src/remove.zig index 2d868fb..bc5b06a 100644 --- a/src/remove.zig +++ b/src/remove.zig @@ -15,7 +15,7 @@ pub const max_args = 1; pub fn main(comptime Result: type, config: Config, res: Result) !void { const allocator = config.allocator; - + const name = res.positionals[0]; if (!try Installation.isInstalled(allocator, name)) { -- cgit v1.2.3