mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 22:42:48 +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),
|
name: format!("WSL:{}", distro.name),
|
||||||
distribution: Some(distro.name.clone()),
|
distribution: Some(distro.name.clone()),
|
||||||
username: None,
|
username: None,
|
||||||
default_cwd: Some("~".to_string()),
|
default_cwd: Some("~".into()),
|
||||||
default_prog: None,
|
default_prog: None,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user