typo in error message
This commit is contained in:
parent
8dbf127083
commit
6141d214b9
@ -204,7 +204,7 @@ async function checkWireConfig(context: LintContext): Promise<void> {
|
||||
if (accounts.size === 0) {
|
||||
context.numErr++;
|
||||
console.log(
|
||||
"error: No accounts configured (no sections EXCHANGE_ACCOUNT-*).",
|
||||
"error: No accounts configured (no sections EXCHANGE-ACCOUNT-*).",
|
||||
);
|
||||
if (!context.cont) {
|
||||
console.log("Aborting further checks.");
|
||||
|
Loading…
Reference in New Issue
Block a user