We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa3b2bc commit 4322961Copy full SHA for 4322961
wslplugins-rs/src/api/wsl_command.rs
@@ -49,7 +49,7 @@ impl<'a> WSLCommand<'a> {
49
Self {
50
api,
51
args: vec![program_str],
52
- path: &my_program,
+ path: my_program,
53
distribution_id: DistributionID::System,
54
session,
55
}
0 commit comments