Skip to content

Commit 10a6b41

Browse files
generation script
1 parent 340513d commit 10a6b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/generate_release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const [package, branch, tag] = args;
1313
const template = readFileSync(join(__dirname, './release_template.yml'), 'utf-8');
1414

1515
const EVERGREEN_PROJECTS = {
16-
'mongodb': 'mongodb-node-driver-next',
16+
'mongodb': 'mongo-node-driver-next',
1717
'bson': 'js-bson'
1818
};
1919

0 commit comments

Comments
 (0)