commit 09b07d614747587ac567632c2193b784f6d7402e parent 6141d214b98261c94b224bcf65853d6423a224a6 Author: Florian Dold <florian@dold.me> Date: Thu, 5 Aug 2021 21:52:38 +0200 fix typo in wire gateway client invocation Diffstat:
| M | 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 @@ -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) {