Skip to content

Commit 7b3448e

Browse files
committed
Merge pull request #990 from ParsePlatform/flovilmart.nitCLI
serverURL is actually not required in CLI
2 parents 40812e2 + 5c880ca commit 7b3448e

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
@@ -64,7 +64,7 @@ if (!options.serverURL) {
6464
if (!options.appId || !options.masterKey || !options.serverURL) {
6565
program.outputHelp();
6666
console.error("");
67-
console.error(colors.red("ERROR: appId, masterKey and serverURL are required"));
67+
console.error(colors.red("ERROR: appId and masterKey are required"));
6868
console.error("");
6969
process.exit(1);
7070
}

0 commit comments

Comments
 (0)