fix typo in wire gateway client invocation

This commit is contained in:
Florian Dold 2021-08-05 21:52:38 +02:00
parent 6141d214b9
commit 09b07d6147
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -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) {