bugfix using custom relay

This commit is contained in:
AJ ONeal 2018-08-08 02:31:36 -06:00
parent b5e8832fea
commit 3724f66429
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ function askForConfig(state, mainCb) {
});
}
if (state.config.relay) { checkRelay(); return; }
if (state.config.relay) { checkRelay(state.config.relay); return; }
console.info("");
console.info("");
console.info("What relay will you be using? (press enter for default)");