Skip to content

Commit

Permalink
patch glob pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariella Ritardando committed Jan 18, 2025
1 parent 0f8acfa commit 7fa379d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ pub fn scan_dir_archive(
// filenames may be in .gz format
let filename = content_opt.unwrap_or(BundleContent::Unknown).filename();
let pattern = format!(
"{}/**/{}.*", // also try .gz
"{}/**/{}*", // also try .gz
path.to_str().context("cannot parse starting dir")?,
filename,
);
Expand Down

0 comments on commit 7fa379d

Please sign in to comment.