Skip to content

Commit

Permalink
Update src/alias.zig
Browse files Browse the repository at this point in the history
Co-authored-by: hndrk <[email protected]>
  • Loading branch information
jinzhongjia and hendriknielaender authored Jun 19, 2024
1 parent 2b800f9 commit 0f04723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/alias.zig
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ fn copyDir(source_dir: []const u8, dest_dir: []const u8) !void {
// std.debug.print("Versions directory already exists: {s}\n", .{version_path});
},
else => {
tools.log.err("make dir failed, dir is {s}", .{dest_dir});
tools.log.err("Failed to create directory: {s}", .{dest_dir});
return err;
},
};
Expand Down

0 comments on commit 0f04723

Please sign in to comment.