Fix bug in paths

This commit is contained in:
Louis Knight-Webb
2025-07-01 00:18:11 +01:00
committed by GitHub
parent 165d99fab7
commit 3081ab3866

View File

@@ -422,7 +422,7 @@ export function TaskDetailsToolbar({
</TooltipProvider>
</div>
<div className="text-xs font-mono text-muted-foreground bg-muted px-2 py-1 rounded break-all">
./worktrees/task-{task.id}/attempt-{selectedAttempt.id}
{selectedAttempt.worktree_path}
</div>
</div>