Skip to content

Commit 993cfa8

Browse files
committed
linter
1 parent e7659e7 commit 993cfa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/wrapper/CxWrapper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export class CxWrapper {
3030
} else {
3131
logger.info("Did not receive ClientId/Secret or ApiKey from cli arguments");
3232
}
33-
let executablePath: string;
33+
const executablePath: string;
3434
executablePath = cxInstaller.getExecutablePath();
3535
if (cxScanConfig.pathToExecutable) {
3636
this.config.pathToExecutable = cxScanConfig.pathToExecutable;

0 commit comments

Comments
 (0)