We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07643e2 + f34610f commit c032989Copy full SHA for c032989
1 file changed
apps/app/src/jobs/tasks/device/create-fleet-label-for-org.ts
@@ -30,8 +30,8 @@ export const createFleetLabelForOrg = task({
30
}
31
32
const fleetDevicePathMac = '/Users/Shared/.fleet';
33
- const fleetDevicePathWindows = 'C\\ProgramData\\CompAI\\Fleet';
34
- const windowsFallbackDir = 'C\\Users\\Public\\CompAI\\Fleet';
+ const fleetDevicePathWindows = 'C:\\ProgramData\\CompAI\\Fleet';
+ const windowsFallbackDir = 'C:\\Users\\Public\\CompAI\\Fleet';
35
36
// Simple union query: only file table, constrained per platform path
37
const query = `
0 commit comments