We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e26bf commit d93fb82Copy full SHA for d93fb82
src/keys-cli.ts
@@ -346,6 +346,7 @@ export async function saveKeyInteractive(
346
if (isUpdate && existingKey!.baseUrl !== baseUrl) {
347
console.log();
348
showInfo(`Endpoint changing from ${existingKey!.baseUrl} to ${baseUrl}`);
349
+ console.log();
350
}
351
352
// Step 4: Prompt for name
0 commit comments