summaryrefslogtreecommitdiff
path: root/scripts/sandbox.sh
diff options
context:
space:
mode:
authorcperry-goog <[email protected]>2025-06-07 14:27:22 -0700
committerGitHub <[email protected]>2025-06-07 14:27:22 -0700
commit18d6a11c04c5cebf39dcd43981464e90d8e3cecd (patch)
tree6b3512bfce1a33493394d4e34453392ff363e8a9 /scripts/sandbox.sh
parentd6cf4d5b0b9aa5ab074c4d84e2aae1a2f36b529b (diff)
refactor: rename gemini-code to gemini-cli (#822)
Diffstat (limited to 'scripts/sandbox.sh')
-rwxr-xr-xscripts/sandbox.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/sandbox.sh b/scripts/sandbox.sh
index c851da08..e3ad91b5 100755
--- a/scripts/sandbox.sh
+++ b/scripts/sandbox.sh
@@ -41,7 +41,7 @@ while getopts "i" opt; do
done
shift $((OPTIND - 1))
-IMAGE=gemini-code-sandbox
+IMAGE=gemini-cli-sandbox
CMD=$(scripts/sandbox_command.sh)
# list all containers running on sandbox image
@@ -61,7 +61,7 @@ elif [[ "${1:-}" =~ ^[0-9]+$ ]]; then
else
# exit if no sandbox is running
if [ ${#sandboxes[@]} -eq 0 ]; then
- echo "No sandboxes found. Are you running gemini-code with sandboxing enabled?"
+ echo "No sandboxes found. Are you running gemini-cli with sandboxing enabled?"
exit 1
fi
# exit if multiple sandboxes are running