gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: typo in error message


From: gnunet
Subject: [taler-wallet-core] branch master updated: typo in error message
Date: Thu, 05 Aug 2021 21:49:18 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 6141d214 typo in error message
6141d214 is described below

commit 6141d214b98261c94b224bcf65853d6423a224a6
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Aug 5 21:49:11 2021 +0200

    typo in error message
---
 packages/taler-wallet-cli/src/lint.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-cli/src/lint.ts 
b/packages/taler-wallet-cli/src/lint.ts
index e46f5430..6c9f1417 100644
--- a/packages/taler-wallet-cli/src/lint.ts
+++ b/packages/taler-wallet-cli/src/lint.ts
@@ -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.");

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]