fix: use lowercase docker repository name

This commit is contained in:
2026-02-12 12:28:35 +01:00
parent bcab7fc59c
commit e6f0ced475

View File

@@ -22,7 +22,7 @@ import sys
from typing import Iterable, Sequence
DOCKER_REPO = "git.alphen.cloud/bramval/SyncPlayer"
DOCKER_REPO = "git.alphen.cloud/bramval/syncplayer"
def _run(cmd: Sequence[str], *, dry_run: bool = False) -> None: