We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8100b2f commit 2f70f53Copy full SHA for 2f70f53
packages/mongodb-memory-server-core/src/util/MongoBinaryDownloadUrl.ts
@@ -300,7 +300,7 @@ export class MongoBinaryDownloadUrl implements MongoBinaryDownloadUrlOpts {
300
name += '55';
301
}
302
303
- // fallback
+ // fallback if name has not been modified yet
304
if (name === 'rhel') {
305
log('getRhelVersionString: falling back to "70"');
306
// fallback to "70", because that is what currently is supporting 3.6 to 5.0 and should work with many
0 commit comments