Skip to content

Commit da5eefb

Browse files
committed
linter
1 parent db45191 commit da5eefb

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-
const executablePath = cxInstaller.getExecutablePath();;
33+
const executablePath = cxInstaller.getExecutablePath();
3434
if (cxScanConfig.pathToExecutable) {
3535
this.config.pathToExecutable = cxScanConfig.pathToExecutable;
3636
} else if (process.platform === 'win32') {

0 commit comments

Comments
 (0)