serverURL is actually not required

This commit is contained in:
Florent Vilmart
2016-03-11 20:03:32 -05:00
parent 2e41b30179
commit 5c880ca546

View File

@@ -56,7 +56,7 @@ if (!options.serverURL) {
if (!options.appId || !options.masterKey || !options.serverURL) {
program.outputHelp();
console.error("");
console.error(colors.red("ERROR: appId, masterKey and serverURL are required"));
console.error(colors.red("ERROR: appId and masterKey are required"));
console.error("");
process.exit(1);
}