mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 06:20:09 +01:00
chore: change to space separated list
This commit is contained in:
parent
039e609aaa
commit
5b521dff09
6 changed files with 6 additions and 5 deletions
|
|
@ -243,7 +243,7 @@ pub fn module_output(data: &Data, module: &str) -> Option<Vec<String>> {
|
|||
let executable = &data.split[0];
|
||||
let last_command = &data.command;
|
||||
let error_msg = &data.error;
|
||||
let executables = data.executables.clone().join(",");
|
||||
let executables = data.executables.clone().join(" ");
|
||||
let output = std::process::Command::new(shell)
|
||||
.arg("-c")
|
||||
.arg(module)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue