Skip to content

Commit 550ee7d

Browse files
committed
refactor(registry): move registry files from registry/ to container/ directory
1 parent 9c71871 commit 550ee7d

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

scripts/server_versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def get_latest_custom(command: str) -> str:
4141

4242

4343
def main():
44-
with open("registry/wiki.toml", "rb") as f:
44+
with open("container/registry.toml", "rb") as f:
4545
wiki = tomllib.load(f)
4646

4747
versions = {}

0 commit comments

Comments
 (0)