We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17af1e9 commit cad8bb9Copy full SHA for cad8bb9
1 file changed
src/update.rs
@@ -226,6 +226,7 @@ pub trait ReleaseUpdate {
226
);
227
release.clone()
228
} else {
229
+ println(show_output, "up-to-date.");
230
return Ok(UpdateStatus::UpToDate);
231
}
232
0 commit comments