Skip to content

Commit e93faf0

Browse files
committed
Wrong link on download center windows artifact
1 parent 3b45b1b commit e93faf0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/build/src/download-center.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ describe('download center module', () => {
2020
});
2121

2222
it('returns the string with the win version injected', () => {
23-
expect(config).to.include('mongosh-1.2.2-win.zip');
23+
expect(config).to.include('mongosh-1.2.2-win32.zip');
2424
});
2525
});
2626
});

packages/build/src/download-center.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const CONFIG = `
3939
"arch": "x64",
4040
"os": "win32",
4141
"name": "Windows 64-bit (7+)",
42-
"download_link": "https://downloads.mongodb.com/compass/mongosh-{{version}}-win.zip"
42+
"download_link": "https://downloads.mongodb.com/compass/mongosh-{{version}}-win32.zip"
4343
},
4444
{
4545
"arch": "x64",

0 commit comments

Comments
 (0)