1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-11 22:37:11 +03:00

maybe fix win32 build

This commit is contained in:
Wez Furlong 2023-02-11 10:07:31 -07:00
parent 0006014f02
commit b021551080
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387

View File

@ -27,7 +27,7 @@ impl WslDomain {
name: format!("WSL:{}", distro.name),
distribution: Some(distro.name.clone()),
username: None,
default_cwd: Some("~".to_string()),
default_cwd: Some("~".into()),
default_prog: None,
});
}