diff --git a/carthage/podman/container_host.py b/carthage/podman/container_host.py index 2a45a9b6..f70398a5 100644 --- a/carthage/podman/container_host.py +++ b/carthage/podman/container_host.py @@ -220,7 +220,7 @@ async def start_container_host(self): local_socket.parent.mkdir(exist_ok=True, parents=True) with contextlib.suppress(OSError): local_socket.unlink() - self.process = machineG.ssh( + self.process = machine.ssh( f'-L{local_socket}:{socket}', *become_privileged_command, 'cd', '/', '&&',