macOS system updates should be treated as success if no updates are present
This commit is contained in:
@@ -93,7 +93,7 @@ pub fn upgrade_macos(ctx: &ExecutionContext) -> Result<()> {
|
||||
println!();
|
||||
} else {
|
||||
println!("No new software available.");
|
||||
return Err(SkipStep.into());
|
||||
return Ok(());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user