From f4923468dc4ebcd6c5c30157bfd81ada822d0983 Mon Sep 17 00:00:00 2001 From: Mithlesh kumar <44600003+kumar-mithlesh@users.noreply.github.com> Date: Fri, 4 Jul 2025 21:08:43 +0530 Subject: chore: typo fixes (#3203) Co-authored-by: Jack Wotherspoon --- packages/cli/src/gemini.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/cli/src') diff --git a/packages/cli/src/gemini.tsx b/packages/cli/src/gemini.tsx index cc1f41b6..9ad481fc 100644 --- a/packages/cli/src/gemini.tsx +++ b/packages/cli/src/gemini.tsx @@ -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, -- cgit v1.2.3