mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 13:16:39 +03:00
maybe fix win32 build
This commit is contained in:
parent
0006014f02
commit
b021551080
@ -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,
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user