mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 09:17:53 +00:00
refactor: rename gemini-code to gemini-cli (#822)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user