Skip to content

Commit

Permalink
Merge pull request mongodb-js#27 from mihaerzen/master
Browse files Browse the repository at this point in the history
Fix UnhandledPromiseRejectionWarning error
  • Loading branch information
winfinit committed Jan 25, 2018
2 parents 637ed2f + c6e28a5 commit eda7fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mongodb-download.ts
Expand Up @@ -9,7 +9,7 @@ const decompress: any = require('decompress');
const request: any = require('request-promise');
const md5File: any = require('md5-file');

const DOWNLOAD_URI: string = "http://downloads.mongodb.org";
const DOWNLOAD_URI: string = "https://downloads.mongodb.org";
const MONGODB_VERSION: string = "latest";

export interface IMongoDBDownloadOptions {
Expand Down

0 comments on commit eda7fb0

Please sign in to comment.