We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a3a31a commit 35f89f4Copy full SHA for 35f89f4
templates/cli/lib/commands/generic.js.twig
@@ -72,8 +72,8 @@ const client = new Command("client")
72
throw new Error();
73
}
74
75
- let apClient = new Client().setEndpoint(endpoint);
76
- let response = await apClient.call('GET', '/health/version');
+ let client = new Client().setEndpoint(endpoint);
+ let response = await client.call('GET', '/health/version');
77
if(!response.version) {
78
79
0 commit comments