Skip to content

Commit

Permalink
i love debugging via ci, awesome
Browse files Browse the repository at this point in the history
  • Loading branch information
MordechaiHadad committed Jul 31, 2024
1 parent 8662de0 commit 5e662a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/unarchive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ fn expand(downloaded_file: LocalVersion) -> Result<()> {
let mut outpath = PathBuf::new();
outpath.push(&downloaded_file.file_name);
let no_parent_file = remove_base_parent(&file.path().unwrap()).unwrap();
outpath.push(no_parent_file);
outpath.push(no_parent_file.clone());
if display {
println!("{} {} {}", &outpath.display(), &no_parent_file.display(), &file.path().unwrap().display());
display = false;
Expand Down

0 comments on commit 5e662a6

Please sign in to comment.