summaryrefslogtreecommitdiff
path: root/packages/cli/src
diff options
context:
space:
mode:
authorOlcan <[email protected]>2025-06-10 18:35:00 -0700
committerGitHub <[email protected]>2025-06-10 18:35:00 -0700
commit3372fd8df85e8ab6fcbcfd09c02f821ada6d4c6e (patch)
tree576b605480318226595a86b26c73a9593cf8f041 /packages/cli/src
parent97e08fc804a8272ff546436cc38d8a20165513cd (diff)
rename sandbox-exec as MacOS Seatbelt in footer (#921)
Diffstat (limited to 'packages/cli/src')
-rw-r--r--packages/cli/src/ui/components/Footer.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/cli/src/ui/components/Footer.tsx b/packages/cli/src/ui/components/Footer.tsx
index 546fd18b..d051f2b7 100644
--- a/packages/cli/src/ui/components/Footer.tsx
+++ b/packages/cli/src/ui/components/Footer.tsx
@@ -61,7 +61,7 @@ export const Footer: React.FC<FooterProps> = ({
</Text>
) : process.env.SANDBOX === 'sandbox-exec' ? (
<Text color={Colors.AccentYellow}>
- sandbox-exec{' '}
+ MacOS Seatbelt{' '}
<Text color={Colors.Gray}>({process.env.SEATBELT_PROFILE})</Text>
</Text>
) : (