diff options
| author | 2023-07-04 02:37:19 +0300 | |
|---|---|---|
| committer | 2023-07-04 02:37:19 +0300 | |
| commit | 99739da0169db308ecad28d99838a0f4574ae792 (patch) | |
| tree | e32aa2e91cb13be8c63ea68c53dc645c923971f9 /src/remove.zig | |
| parent | Update for latest zig (diff) | |
| download | zup-99739da0169db308ecad28d99838a0f4574ae792.tar.gz zup-99739da0169db308ecad28d99838a0f4574ae792.tar.xz zup-99739da0169db308ecad28d99838a0f4574ae792.zip | |
Update for newest zig
Diffstat (limited to '')
| -rw-r--r-- | src/remove.zig | 2 |
1 files changed, 1 insertions, 1 deletions
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; | |||
| 15 | 15 | ||
| 16 | pub fn main(comptime Result: type, config: Config, res: Result) !void { | 16 | pub fn main(comptime Result: type, config: Config, res: Result) !void { |
| 17 | const allocator = config.allocator; | 17 | const allocator = config.allocator; |
| 18 | 18 | ||
| 19 | const name = res.positionals[0]; | 19 | const name = res.positionals[0]; |
| 20 | 20 | ||
| 21 | if (!try Installation.isInstalled(allocator, name)) { | 21 | if (!try Installation.isInstalled(allocator, name)) { |