fix: log config update in copilot auth
This commit is contained in:
parent
4de660bec6
commit
0420f2804c
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ export async function githubCopilotLoginCommand(
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
|
||||||
runtime.log(`Updated ${CONFIG_PATH_CLAWDBOT}`);
|
logConfigUpdated(runtime);
|
||||||
runtime.log(`Auth profile: ${profileId} (github-copilot/token)`);
|
runtime.log(`Auth profile: ${profileId} (github-copilot/token)`);
|
||||||
|
|
||||||
outro("Done");
|
outro("Done");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue