Skip to content

Commit f3673af

Browse files
aegilopsCopilot
andauthored
Update src/componentDetection.ts
Co-authored-by: Copilot <[email protected]>
1 parent f909bdc commit f3673af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/componentDetection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export default class ComponentDetection {
6868

6969
// Write the blob to a file
7070
console.debug(`Writing binary to file ${this.componentDetectionPath}`);
71-
await fs.writeFileSync(this.componentDetectionPath, buffer, { mode: 0o777, flag: 'w' });
71+
await fs.writeFileSync(this.componentDetectionPath, buffer, { mode: 0o755, flag: 'w' });
7272
} catch (error: any) {
7373
console.error(error);
7474
}

0 commit comments

Comments
 (0)