update email to gemini-cli-dev (#510)

This commit is contained in:
Olcan 2025-05-23 08:35:16 -07:00 committed by GitHub
parent 564a213ebe
commit 70277591c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ export async function start_sandbox(sandbox: string) {
if (!execSync(`${sandbox} images -q ${image}`).toString().trim()) {
const remedy = gcPath.includes('gemini-code/packages/')
? 'Try `scripts/build_sandbox.sh` under gemini-code repo.'
: 'Please notify gemini-code-dev@google.com.';
: 'Please notify gemini-cli-dev@google.com.';
console.error(`ERROR: ${image} is missing. ${remedy}`);
process.exit(1);
}