Skip to content

Commit

Permalink
Merge branch 'main' into invalid_pr3
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff authored Oct 6, 2024
2 parents 032757c + 74746bf commit a191531
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/command_update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ fn update_channel(
assert!(!version.is_empty());

if local_etag != server_etag {
eprintln!("{} channel {}", style("Updating").green().bold(), channel);

let channel_data =
install_from_url(&url::Url::parse(url)?, &PathBuf::from(path), paths)?;

Expand Down

0 comments on commit a191531

Please sign in to comment.