typo in error message

This commit is contained in:
Florian Dold 2021-08-05 21:49:11 +02:00
parent 8dbf127083
commit 6141d214b9
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -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.");