Skip to content

Commit 2f70f53

Browse files
committed
style(MongoBinaryDownloadUrl): change comment to be more helpful
1 parent 8100b2f commit 2f70f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mongodb-memory-server-core/src/util/MongoBinaryDownloadUrl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ export class MongoBinaryDownloadUrl implements MongoBinaryDownloadUrlOpts {
300300
name += '55';
301301
}
302302
}
303-
// fallback
303+
// fallback if name has not been modified yet
304304
if (name === 'rhel') {
305305
log('getRhelVersionString: falling back to "70"');
306306
// fallback to "70", because that is what currently is supporting 3.6 to 5.0 and should work with many

0 commit comments

Comments
 (0)