diff --git a/modules/http_host/http_host_lib/nginx.py b/modules/http_host/http_host_lib/nginx.py index 6f96221..313e8db 100644 --- a/modules/http_host/http_host_lib/nginx.py +++ b/modules/http_host/http_host_lib/nginx.py @@ -218,7 +218,7 @@ def create_latest_locations(*, local: str, domain: str) -> str: # checking mnt dir mnt_dir = Path(f'/mnt/ofm/{area}-{version}') - mnt_file = mnt_dir / ' metadata.json' + mnt_file = mnt_dir / 'metadata.json' if not mnt_file.is_file(): print(f' error with latest: {mnt_file} does not exist') continue