Skip to content

Commit ada3729

Browse files
committed
check
1 parent 2413f80 commit ada3729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/osinstaller/CxInstaller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export class CxInstaller {
122122
}
123123
try {
124124
console.log('Reading AST CLI version...');
125-
console.log('Current working directory:', process.cwd());
125+
console.log('Current working directory:',process.cwd(), '/checkmarx-ast-cli.version');
126126
const versionFilePath = path.join(process.cwd(), 'checkmarx-ast-cli.version');
127127
const versionContent = await fs.readFile(versionFilePath, 'utf-8');
128128
return versionContent.trim();

0 commit comments

Comments
 (0)