Skip to content

Commit 5c880ca

Browse files
committed
serverURL is actually not required
1 parent 2e41b30 commit 5c880ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/parse-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ if (!options.serverURL) {
5656
if (!options.appId || !options.masterKey || !options.serverURL) {
5757
program.outputHelp();
5858
console.error("");
59-
console.error(colors.red("ERROR: appId, masterKey and serverURL are required"));
59+
console.error(colors.red("ERROR: appId and masterKey are required"));
6060
console.error("");
6161
process.exit(1);
6262
}

0 commit comments

Comments
 (0)