From 0420f2804c8031b379fdd6351030c2a0f0850f7c Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Fri, 23 Jan 2026 07:23:52 +0000 Subject: [PATCH] fix: log config update in copilot auth --- src/providers/github-copilot-auth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/providers/github-copilot-auth.ts b/src/providers/github-copilot-auth.ts index 75d7ad472..be81164a0 100644 --- a/src/providers/github-copilot-auth.ts +++ b/src/providers/github-copilot-auth.ts @@ -178,7 +178,7 @@ export async function githubCopilotLoginCommand( }), ); - runtime.log(`Updated ${CONFIG_PATH_CLAWDBOT}`); + logConfigUpdated(runtime); runtime.log(`Auth profile: ${profileId} (github-copilot/token)`); outro("Done");