Skip to content

Commit

Permalink
fix: channel base_url requires trailing slash (#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra authored Jul 23, 2024
1 parent 7b6ba50 commit d407cec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/rattler_conda_types/src/channel/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,8 @@ impl NamedChannelOrUrl {
};
let base_url = self.into_base_url(config);
Channel {
platforms: None,
base_url,
name,
..Channel::from_url(base_url)
}
}
}
Expand Down

0 comments on commit d407cec

Please sign in to comment.