mirror of
https://github.com/mudler/luet.git
synced 2025-09-10 03:29:16 +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 {
|
if withSolver {
|
||||||
Spinner(32)
|
Spinner(32)
|
||||||
_, err := depSolver.Install(pkg.Packages{r})
|
solution, err := depSolver.Install(pkg.Packages{r})
|
||||||
|
solution.Order(reciper.GetDatabase(), r.GetFingerPrint())
|
||||||
SpinnerStop()
|
SpinnerStop()
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Reference in New Issue
Block a user