1
1
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:
41154684+nokazn@users.noreply.github.com 2022-05-29 13:04:40 +09:00 committed by Wez Furlong
parent 84842aaadc
commit 32e7931aa8

View File

@ -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"},