From c0cd8baac889697edd958f2b0c1a1f4f298bb67e Mon Sep 17 00:00:00 2001 From: Daniel Elsner Date: Fri, 9 Aug 2024 13:22:28 +0200 Subject: [PATCH] minor fix --- src/pack.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pack.rs b/src/pack.rs index 8c47c8e..740ae0f 100644 --- a/src/pack.rs +++ b/src/pack.rs @@ -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!(