Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit eb1219d

Browse files
committed
fixup! Create domain sockets in xdg runtime dir
1 parent dca9575 commit eb1219d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/api-reference/adapters/network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export:
5555
```{doctest}
5656
>>> with UnixPortforwardAdapter(client=client.unix_socket) as addr:
5757
... print(addr)
58-
/tmp/jumpstarter-.../socket
58+
/.../socket
5959
>>> # the type of the remote socket and the local one doesn't have to match
6060
>>> # e.g. forward a remote Unix domain socket to a local TCP port
6161
>>> with TcpPortforwardAdapter(client=client.unix_socket) as addr:

0 commit comments

Comments
 (0)