mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
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):
|
||||
@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"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue