Skip to content

Commit

Permalink
fix: noarch is the only channel that must exist (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra authored Sep 11, 2023
1 parent 26c2af1 commit 7f21303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/repodata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ pub async fn fetch_sparse_repodata(
&repodata_cache,
download_client,
progress_bar.clone(),
platform == Platform::NoArch,
platform != Platform::NoArch,
)
.await;

Expand Down

0 comments on commit 7f21303

Please sign in to comment.