Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into issue_33_osx_win32_archive_naming
  • Loading branch information
LoneRifle authored Nov 26, 2018
commit 78068c9875a96c76ac19b8b5e9ad2087a63b5fd2
1 change: 0 additions & 1 deletion src/mongodb-download.ts
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,6 @@ export class MongoDBDownload {

getArchiveName(): Promise<string> {
return new Promise<string>((resolve, reject) => {
//var name = "mongodb-" + mongo_platform + "-" + mongo_arch;
let platform: string = this.mongoDBPlatform.getPlatform();
let arch: string = this.mongoDBPlatform.getArch();
let version: string = this.getVersion();
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.