We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77df340 commit ef014fbCopy full SHA for ef014fb
.evergreen/mongodl.py
@@ -623,11 +623,10 @@ def download_file(self, url: str) -> DownloadResult:
623
624
def refresh_full_json(self) -> None:
625
"""
626
- Sync the content of the MongoDB cloud.json downloads list.
627
- cloud.json is a superset of full.json
+ Sync the content of the MongoDB full.json downloads list.
628
629
with self._db.transaction():
630
- dl = self.download_file("https://downloads.mongodb.org/cloud.json")
+ dl = self.download_file("https://downloads.mongodb.org/full.json")
631
if not dl.is_changed:
632
# We still have a good cache
633
return
0 commit comments