10.1.2 (#162)
* Closes #150 please disable distrobox by default (#151) * Check if distrobox exists before running step * Improve help prompt value names (#153) * 159 self update error message with standalone versions (#161) * Rename back to topgrade * Bugfix Version bump * Changes reference to topgrade-rs in self-update * Fixes distrobox errors (#160) * Rename back to topgrade * Bugfix Version bump * Check if distrobox exists before running step * Fixed sitrobox and version bump * Version bump to 10.1.2 Co-authored-by: Marcin Puc <tranzystorek.io@protonmail.com>
This commit is contained in:
@@ -628,7 +628,8 @@ pub fn run_distrobox_update(ctx: &ExecutionContext) -> Result<()> {
|
||||
(r, true) => r.arg("--root"),
|
||||
(r, false) => r,
|
||||
}
|
||||
.check_run()
|
||||
.check_run()?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
pub fn run_config_update(ctx: &ExecutionContext) -> Result<()> {
|
||||
|
||||
Reference in New Issue
Block a user