Skip to content

Commit 5a267ba

Browse files
Update packages/ui/src/features/sessions/components/session-update/ExecuteToolView.tsx
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent ec31b5d commit 5a267ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ui/src/features/sessions/components/session-update/ExecuteToolView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export function ExecuteToolView({
5454

5555
const commandTooltip = (
5656
<span className="block max-w-md whitespace-pre-wrap break-all font-mono text-xs">
57-
{command}
57+
{compactHomePath(command)}
5858
</span>
5959
);
6060

0 commit comments

Comments
 (0)