Skip to content

Commit cad8bb9

Browse files
authored
fix: show a short message when up to date (#180)
1 parent 17af1e9 commit cad8bb9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/update.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ pub trait ReleaseUpdate {
226226
);
227227
release.clone()
228228
} else {
229+
println(show_output, "up-to-date.");
229230
return Ok(UpdateStatus::UpToDate);
230231
}
231232
}

0 commit comments

Comments
 (0)