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.
1 parent 08b1cad commit d425878Copy full SHA for d425878
crates/lib/src/deploy.rs
@@ -944,6 +944,12 @@ pub(crate) async fn composefs_rollback() -> Result<()> {
944
BootType::Uki => rollback_composefs_uki(),
945
}?;
946
947
+ if reverting {
948
+ println!("Next boot: current deployment");
949
+ } else {
950
+ println!("Next boot: rollback deployment");
951
+ }
952
+
953
Ok(())
954
}
955
0 commit comments