Skip to content

Commit f043274

Browse files
authored
chore: fix connections path (#27)
1 parent 63f487a commit f043274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate-connections.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const { v4 } = require('uuid');
33
const path = require('path');
44
const fs = require('fs/promises');
55

6-
const FILE_PATH = path.resolve(__dirname, '..', 'compass-connections.json');
6+
const FILE_PATH = path.resolve(process.cwd(), 'compass-connections.json');
77
const connectionsWithVariants = {
88
enterprise: ['enterprise'],
99
ldap: ['ldap'],

0 commit comments

Comments
 (0)