From 09b07d614747587ac567632c2193b784f6d7402e Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 5 Aug 2021 21:52:38 +0200 Subject: [PATCH] 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 6c9f1417e..f88865952 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 { 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) {