fixed errors

This commit is contained in:
JOLIMAITRE Matthieu 2022-09-25 15:59:22 +02:00
parent 11598f7f50
commit e1ac6fa79f
2 changed files with 2 additions and 6 deletions

View file

@ -161,6 +161,7 @@ impl CmdTask {
Self { command }
}
#[allow(clippy::result_unit_err)]
pub fn run(self) -> Result<(), ()> {
Command::new("sh")
.arg("-c")