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:
Rowan Decker 2014-03-29 18:36:01 -05:00
parent a6567de187
commit f88b7142e4

View file

@ -97,6 +97,6 @@ class WindowsMongoDBDownloader(MongoDBDownloader):
class MacMongoDBDownloader(MongoDBDownloader):
@property
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"