mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
feat: Change all the dependency errors at once (#2427)
* feat: Change all the dependency errors at once * remove deprecated dependency-errors field * set pointers to [] by default * chore: Something about fixing the build * fix migration --------- Co-authored-by: Aiden McClelland <me@drbonez.dev>
This commit is contained in:
@@ -1105,7 +1105,6 @@ pub async fn install_s9pk<R: AsyncRead + AsyncSeek + Unpin + Send + Sync>(
|
||||
status: Status {
|
||||
configured: manifest.config.is_none(),
|
||||
main: MainStatus::Stopped,
|
||||
dependency_errors: Default::default(),
|
||||
dependency_config_errors: compute_dependency_config_errs(
|
||||
&ctx,
|
||||
&peek,
|
||||
|
||||
Reference in New Issue
Block a user