fixed errors
This commit is contained in:
parent
11598f7f50
commit
e1ac6fa79f
2 changed files with 2 additions and 6 deletions
|
@ -161,6 +161,7 @@ impl CmdTask {
|
|||
Self { command }
|
||||
}
|
||||
|
||||
#[allow(clippy::result_unit_err)]
|
||||
pub fn run(self) -> Result<(), ()> {
|
||||
Command::new("sh")
|
||||
.arg("-c")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue