Skip to content

Commit a64b52a

Browse files
CLOUDP-323790: fix bump release (#760)
1 parent 0142738 commit a64b52a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/generateSpecMapping.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const SPEC_MAPPING = [
1919
function handleAdminAPIv2() {
2020
const docId = process.env.ATLAS_ADMIN_V2_DOC_ID;
2121
const directory = 'openapi/v2';
22-
const filePath = path.join(__dirname, `../../${directory}/versions.json`);
22+
const filePath = path.join(__dirname, `../${directory}/versions.json`);
2323
const versions = JSON.parse(fs.readFileSync(filePath, 'utf8'));
2424

2525
if (!versions || !Array.isArray(versions)) {

0 commit comments

Comments
 (0)