chore: typo fixes (#3203)

Co-authored-by: Jack Wotherspoon <jackwoth@google.com>
This commit is contained in:
Mithlesh kumar
2025-07-04 21:08:43 +05:30
committed by GitHub
parent ef736f0d1c
commit f4923468dc
2 changed files with 2 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ export async function main() {
const config = await loadCliConfig(settings.merged, extensions, sessionId);
// set default fallback to gemini api key
// this has to go after load cli because thats where the env is set
// this has to go after load cli because that's where the env is set
if (!settings.merged.selectedAuthType && process.env.GEMINI_API_KEY) {
settings.setValue(
SettingScope.User,