diff options
Diffstat (limited to 'scripts/sandbox.sh')
| -rwxr-xr-x | scripts/sandbox.sh | 4 |
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 |
