forked from lix-project/lix-installer
Show revert instead of step while reverting (#158)
This commit is contained in:
parent
a2daff2980
commit
ab00af7924
|
@ -236,7 +236,7 @@ impl InstallPlan {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
tracing::info!("Step: {}", action.tracing_synopsis());
|
tracing::info!("Revert: {}", action.tracing_synopsis());
|
||||||
if let Err(err) = action.try_revert().await {
|
if let Err(err) = action.try_revert().await {
|
||||||
if let Err(err) = write_receipt(self.clone()).await {
|
if let Err(err) = write_receipt(self.clone()).await {
|
||||||
tracing::error!("Error saving receipt: {:?}", err);
|
tracing::error!("Error saving receipt: {:?}", err);
|
||||||
|
|
Loading…
Reference in a new issue