diff options
Diffstat (limited to 'src/install.zig')
| -rw-r--r-- | src/install.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/install.zig b/src/install.zig index 8a16e49..2b6d44f 100644 --- a/src/install.zig +++ b/src/install.zig | |||
| @@ -51,7 +51,7 @@ pub fn perform(allocator: Allocator, name: []const u8, force: bool, available: I | |||
| 51 | }; | 51 | }; |
| 52 | defer allocator.free(installation_dir); | 52 | defer allocator.free(installation_dir); |
| 53 | 53 | ||
| 54 | std.log.info("Installing {s}, version {}", .{ name, installation.version }); | 54 | std.log.info("Installing {s}, version {f}", .{ name, installation.version }); |
| 55 | 55 | ||
| 56 | std.log.info("Downloading from {s}...", .{installation.url_str.?}); | 56 | std.log.info("Downloading from {s}...", .{installation.url_str.?}); |
| 57 | 57 | ||