Fix etc-update reporting
This commit is contained in:
@@ -348,7 +348,7 @@ pub fn run_etc_update(sudo: &Option<PathBuf>, terminal: &mut Terminal, dry_run:
|
||||
Ok(())
|
||||
}().is_ok();
|
||||
|
||||
return Some(("snap", success));
|
||||
return Some(("etc-update", success));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user