mirror of
https://github.com/ouch-org/ouch.git
synced 2025-07-19 16:10:53 +00:00
fix revert failure
Signed-off-by: tommady <tommady@users.noreply.github.com>
This commit is contained in:
parent
83003c96ed
commit
512e4e60f4
@ -353,7 +353,7 @@ fn unpack(
|
|||||||
fs::create_dir(&output_dir_cleaned)?;
|
fs::create_dir(&output_dir_cleaned)?;
|
||||||
}
|
}
|
||||||
|
|
||||||
let files = unpack_fn(output_dir_cleaned)?;
|
let files = unpack_fn(&output_dir_cleaned)?;
|
||||||
|
|
||||||
Ok(ControlFlow::Continue(files))
|
Ok(ControlFlow::Continue(files))
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user