Skip to content

Commit dfe6384

Browse files
authored
task: update js transformation to align with bash one
1 parent af47092 commit dfe6384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/postman/scripts/transform-postman.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const transform = () => {
5555
collection = JSON.parse(cleanedCollectionString);
5656

5757
console.log(`Updating name with version ${currentApiRevision}`);
58-
collection.collection.info.name = `MongoDB Atlas Administration API ${currentApiRevision}`;
58+
collection.collection.info.name = `⭐ MongoDB Atlas Administration API MongoDB Atlas Administration API ${currentApiRevision}`;
5959

6060
console.log('Adding Collection description');
6161
const description = fs.readFileSync(DESCRIPTION_FILE, 'utf8').trim();

0 commit comments

Comments
 (0)