This commit is contained in:
Joseph T. Lyons 2023-08-25 01:50:54 -04:00
parent 7b170304df
commit 9fe580acb6

View File

@ -77,7 +77,7 @@ impl Project {
let program = match shell {
terminal::Shell::System => "Figure this out",
terminal::Shell::Program(program) => program,
terminal::Shell::WithArguments { program, args } => program,
terminal::Shell::WithArguments { program, args: _ } => program,
};
// This is so hacky - find a better way to do this