This commit is contained in:
Thomas Schönauer
2023-01-29 19:31:37 +00:00
committed by GitHub
parent ab630cfbc6
commit 80a95cb404
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ pub fn self_update() -> Result<()> {
if let UpdateStatus::Updated(release) = &result {
println!("\nTopgrade upgraded to {}:\n", release.version);
if let Some(body) = &release.body {
println!("{}", body);
println!("{body}");
}
} else {
println!("Topgrade is up-to-date");