Skip to content

Commit a4bb85c

Browse files
committed
👌 IMPROVE: Code
1 parent cae35f1 commit a4bb85c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎packages/baseai/src/auth/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export async function auth() {
9898

9999
if (!shouldOverwrite) {
100100
outro(
101-
color.yellow('Operation cancelled. API key not overwritten.')
101+
color.yellow('API key is not overwritten.')
102102
);
103103
process.exit(0);
104104
}
@@ -115,7 +115,7 @@ export async function auth() {
115115

116116
outro(
117117
color.green(
118-
`Authentication successful. Credentials stored in ${envFile}`
118+
`Authentication successful. API key is stored in ${envFile}`
119119
)
120120
);
121121
process.exit(0);

0 commit comments

Comments
 (0)