Update configuration.zig

This commit is contained in:
Ali Chraghi 2023-04-13 10:39:49 +03:30 committed by Lee Cannon
parent d2287816a7
commit 42d582c0a2

View File

@ -80,7 +80,7 @@ pub fn configChanged(config: *Config, runtime_zig_version: *?ZigVersionWrapper,
}
if (config.zig_exe_path) |exe_path| blk: {
logger.info("Using zig executable {s}", .{exe_path});
logger.info("Using zig executable '{s}'", .{exe_path});
var env = getZigEnv(allocator, exe_path) orelse break :blk;
defer std.json.parseFree(Env, env, .{ .allocator = allocator });