Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Klee Dienes committed Jul 17, 2024
1 parent 0c68d4a commit 2cf12c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carthage/podman/container_host.py
Original file line number Diff line number Diff line change
Expand Up @@ -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', '/', '&&',
Expand Down

0 comments on commit 2cf12c8

Please sign in to comment.