mirror of
https://github.com/mudler/luet.git
synced 2025-09-08 18:49:39 +00:00
🎨 Cleanups
This commit is contained in:
@@ -122,7 +122,7 @@ func OrderFinalizers(allRepos types.PackageDatabase, toInstall map[string]Artifa
|
||||
}
|
||||
}
|
||||
} else {
|
||||
assertions, err := solution.EnsureOrder()
|
||||
assertions, err := solution.EnsureOrder(allRepos)
|
||||
if err != nil {
|
||||
return toFinalize, err
|
||||
}
|
||||
|
Reference in New Issue
Block a user