Fix Mac Download
I had a copy-paste error when changing the mongo download links in my previous commit. This fixes that.
98adf2fe4f
This commit is contained in:
parent
a6567de187
commit
f88b7142e4
1 changed files with 1 additions and 1 deletions
|
@ -97,6 +97,6 @@ class WindowsMongoDBDownloader(MongoDBDownloader):
|
||||||
class MacMongoDBDownloader(MongoDBDownloader):
|
class MacMongoDBDownloader(MongoDBDownloader):
|
||||||
@property
|
@property
|
||||||
def download_url(self):
|
def download_url(self):
|
||||||
return u"http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-v2.4-latest.tgz"
|
return u"http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-latest.tgz"
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue