We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a6ca16 + dc50ff0 commit 3d09628Copy full SHA for 3d09628
sources/updater/updog/src/bin/updata.rs
@@ -121,7 +121,7 @@ impl RemoveUpdateArgs {
121
if let Some(current) = manifest.updates.first() {
122
info!(
123
"Update {}-{}-{} removed. Current maximum version: {}",
124
- self.arch, self.variant, self.image_version, current.version
+ self.arch, self.variant, self.image_version, current.max_version
125
);
126
} else {
127
0 commit comments