Skip to content

Commit

Permalink
Dewrap the deparenting
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpas authored Oct 31, 2023
1 parent 66c7893 commit bec218e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/src/executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ fn setup_tmp(ctx: &Context) -> Result<(), Error> {
let tmp_file = tmp
//.join(ctx.addons().first().unwrap().prefix().as_pathbuf())
//.parent()
.unwrap()
//.unwrap()
.join(file.file_name().unwrap());
if file.metadata()?.len() > 1024 * 1024 * 10 {
warn!(
Expand Down

0 comments on commit bec218e

Please sign in to comment.