gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: fix typo in wire gateway clie


From: gnunet
Subject: [taler-wallet-core] branch master updated: fix typo in wire gateway client invocation
Date: Thu, 05 Aug 2021 21:52:41 +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 09b07d61 fix typo in wire gateway client invocation
09b07d61 is described below

commit 09b07d614747587ac567632c2193b784f6d7402e
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Aug 5 21:52:38 2021 +0200

    fix typo in wire gateway client invocation
---
 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 6c9f1417..f8886595 100644
--- a/packages/taler-wallet-cli/src/lint.ts
+++ b/packages/taler-wallet-cli/src/lint.ts
@@ -226,7 +226,7 @@ async function checkWireConfig(context: LintContext): 
Promise<void> {
       const res = await sh(
         context,
         "su -l --shell /bin/sh " +
-          `-c 'taler-exchange-wire-gateway-client -s 
exchange-accountcredentials-${acc} --credit-history'` +
+          `-c 'taler-exchange-wire-gateway-client -s 
exchange-accountcredentials-${acc} --credit-history' ` +
           "taler-exchange-wire",
       );
       if (res.status != 0) {

-- 
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]