Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
BenAlvo1 committed Sep 18, 2024
1 parent db45191 commit da5eefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/wrapper/CxWrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class CxWrapper {
} else {
logger.info("Did not receive ClientId/Secret or ApiKey from cli arguments");
}
const executablePath = cxInstaller.getExecutablePath();;
const executablePath = cxInstaller.getExecutablePath();
if (cxScanConfig.pathToExecutable) {
this.config.pathToExecutable = cxScanConfig.pathToExecutable;
} else if (process.platform === 'win32') {
Expand Down

0 comments on commit da5eefb

Please sign in to comment.