Skip to content

Commit 35f89f4

Browse files
Update templates/cli/lib/commands/generic.js.twig
Co-authored-by: Torsten Dittmann <[email protected]>
1 parent 2a3a31a commit 35f89f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/cli/lib/commands/generic.js.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ const client = new Command("client")
7272
throw new Error();
7373
}
7474

75-
let apClient = new Client().setEndpoint(endpoint);
76-
let response = await apClient.call('GET', '/health/version');
75+
let client = new Client().setEndpoint(endpoint);
76+
let response = await client.call('GET', '/health/version');
7777
if(!response.version) {
7878
throw new Error();
7979
}

0 commit comments

Comments
 (0)