mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 22:42:48 +03:00
docs: fix invalid server_command
example
This commit is contained in:
parent
84842aaadc
commit
32e7931aa8
@ -207,7 +207,7 @@ return {
|
||||
unix_domains = {
|
||||
{
|
||||
name = "wsl",
|
||||
serve_command = ["wsl", "wezterm-mux-server", "--daemonize"],
|
||||
serve_command = {"wsl", "wezterm-mux-server", "--daemonize"},
|
||||
}
|
||||
},
|
||||
default_gui_startup_args = {"connect", "wsl"},
|
||||
|
Loading…
Reference in New Issue
Block a user