[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-08-12 02:45:20 +00:00
committed by GitHub
parent d5ddad66a5
commit 648340d359

View File

@@ -1149,7 +1149,7 @@ fn enqueueGitClone(
const folder_name = std.fmt.bufPrintZ(&git_folder_name_buf, "{any}.git", .{
bun.fmt.hexIntLower(task_id.get()),
}) catch unreachable;
// Build full path for git clone target
const target = Path.joinAbsStringZ(this.cache_directory_path, &.{folder_name}, .auto);