Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
delsner committed Aug 9, 2024
1 parent 2937991 commit c0cd8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ pub async fn pack(options: PackOptions) -> Result<()> {
.filter(|e| e.path() != output_folder.path())
{
match entry.path().extension().and_then(|e| e.to_str()) {
Some("tar.bz2") | Some("conda") => continue,
Some("bz2") | Some("conda") => continue,
_ => {
set_default_file_times(entry.path()).map_err(|e| {
anyhow!(
Expand Down

0 comments on commit c0cd8ba

Please sign in to comment.