fix: log config update in copilot auth

This commit is contained in:
Peter Steinberger
2026-01-23 07:23:52 +00:00
parent 4de660bec6
commit 0420f2804c

View File

@@ -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");