fix: typo sandbo -> sandbox (#667)

This commit is contained in:
Lennon Rocky
2025-08-11 14:07:30 +08:00
committed by GitHub
parent 462183cdf1
commit 6501e9aef6

View File

@ -22,7 +22,7 @@ if [[ "$CODE_RUNNER_TYPE" == "sandbox" ]] && ! command -v deno &> /dev/null; the
export PATH="$HOME/.deno/bin:$PATH"
fi
echo "🧹 Checking for sandbo availability..."
echo "🧹 Checking for sandbox availability..."
echo "🧹 Checking for goimports availability..."