Skip to content

Commit

Permalink
hgv
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangnrd committed Aug 20, 2024
1 parent f94ebe2 commit d9db801
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/command_list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ pub fn run_command_list(paths: &GlobalPaths) -> Result<()> {

let non_db_channels: Vec<String> = (get_channel_variations("nightly")?)
.into_iter()
.map(|arch| format!("nightly~{}", arch)),
)
.chain(std::iter::once("pr{number}".to_string()))
.chain(get_channel_variations("pr{number}")?)
.collect();
let non_db_rows: Vec<ChannelRow> = non_db_channels
.into_iter()
Expand Down

0 comments on commit d9db801

Please sign in to comment.