mirror of
https://github.com/mudler/luet.git
synced 2025-09-09 11:10:07 +00:00
cmd/tree/validate: Integrate order of the solution
This commit is contained in:
@@ -184,7 +184,8 @@ func NewTreeValidateCommand() *cobra.Command {
|
||||
|
||||
if withSolver {
|
||||
Spinner(32)
|
||||
_, err := depSolver.Install(pkg.Packages{r})
|
||||
solution, err := depSolver.Install(pkg.Packages{r})
|
||||
solution.Order(reciper.GetDatabase(), r.GetFingerPrint())
|
||||
SpinnerStop()
|
||||
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user