summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/cli/src/ui/components/Footer.tsx2
-rwxr-xr-xscripts/sandbox.sh4
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/cli/src/ui/components/Footer.tsx b/packages/cli/src/ui/components/Footer.tsx
index c35a97eb..546fd18b 100644
--- a/packages/cli/src/ui/components/Footer.tsx
+++ b/packages/cli/src/ui/components/Footer.tsx
@@ -66,7 +66,7 @@ export const Footer: React.FC<FooterProps> = ({
</Text>
) : (
<Text color={Colors.AccentRed}>
- no sandbox <Text color={Colors.Gray}>(see README)</Text>
+ no sandbox <Text color={Colors.Gray}>(see docs)</Text>
</Text>
)}
</Box>
diff --git a/scripts/sandbox.sh b/scripts/sandbox.sh
index e3ad91b5..b6a52c14 100755
--- a/scripts/sandbox.sh
+++ b/scripts/sandbox.sh
@@ -16,7 +16,7 @@
set -euo pipefail
if ! scripts/sandbox_command.sh -q; then
- echo "ERROR: sandboxing disabled. See README.md to enable sandboxing."
+ echo "ERROR: sandboxing disabled. See docs to enable sandboxing."
exit 1
fi
@@ -100,4 +100,4 @@ fi
# run command in sandbox
exec_args+=("$SANDBOX" "${cmd[@]}")
-$CMD exec "${exec_args[@]}" \ No newline at end of file
+$CMD exec "${exec_args[@]}"