Skip to content

Commit

Permalink
fix(MongoBinaryDownloadUrl): add case for Linux Mint 20
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Oct 9, 2020
1 parent 8ed51ea commit 01a6bc6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ export default class MongoBinaryDownloadUrl {
case 18:
name += '1604';
break;
case 20: // because "1804" binaries also work on "2004" (and because earlier versions than 4.4 are not available in "2004")
case 19:
default:
// a default to support versions > 19
Expand Down

0 comments on commit 01a6bc6

Please sign in to comment.