Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 9244754

Browse files
amotlmfussenegger
authored andcommitted
Update URL to releases.json
1 parent 58b7c16 commit 9244754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cr8/run_crate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ def _download_and_extract(uri, crate_root):
493493

494494
def _from_versions_json(key):
495495
def retrieve():
496-
with urlopen('https://crate.io/releases.json') as r:
496+
with urlopen('https://cratedb.com/releases.json') as r:
497497
if r.headers.get('Content-Encoding') == 'gzip':
498498
with gzip.open(r, 'rt') as r:
499499
versions = json.loads(r.read())

0 commit comments

Comments
 (0)