mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
switch to managers: wip 2
This commit is contained in:
committed by
Aiden McClelland
parent
34e4c12af3
commit
a14820087d
@@ -144,8 +144,8 @@ impl DepInfo {
|
||||
.await?
|
||||
{
|
||||
(
|
||||
dep_model.clone().manifest().get(db).await?,
|
||||
dep_model.get(db).await?,
|
||||
dep_model.clone().manifest().get(db, true).await?,
|
||||
dep_model.get(db, true).await?,
|
||||
)
|
||||
} else {
|
||||
return Ok(Err(DependencyError::NotInstalled));
|
||||
|
||||
Reference in New Issue
Block a user