Skip to content

Commit acf048c

Browse files
committed
address comment
1 parent 676ca27 commit acf048c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ export class Server {
241241
try {
242242
if (!this.userConfig.apiBaseUrl.startsWith("https://")) {
243243
const message =
244-
"Failed to validate MongoDB Atlas the credentials from the config: API URL must be HTTPS";
244+
"Failed to validate MongoDB Atlas the credentials from config: apiBaseUrl must start with https://";
245245
console.error(message);
246246
throw new Error(message);
247247
}

0 commit comments

Comments
 (0)