Skip to content

Commit

Permalink
refactor(MongoBinaryDownloadUrl::translateArch): combine case "arm64"…
Browse files Browse the repository at this point in the history
… & "aarch64"
  • Loading branch information
hasezoey committed Aug 17, 2022
1 parent 466c9a0 commit 4eb48da
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -544,7 +544,6 @@ export class MongoBinaryDownloadUrl implements MongoBinaryDownloadUrlOpts {
case 'x64':
return 'x86_64';
case 'arm64':
return 'aarch64';
case 'aarch64':
return 'aarch64';
default:
Expand Down

0 comments on commit 4eb48da

Please sign in to comment.