🐛 Fixup bad return on first cycle

This commit is contained in:
Ettore Di Giacinto
2022-06-07 20:21:37 +02:00
parent 70f99b6bb7
commit f98cd401be

View File

@@ -110,7 +110,6 @@ func OrderFinalizers(allRepos types.PackageDatabase, toInstall map[string]Artifa
}
toFinalize = append(toFinalize, treePackage)
return nil
}
}
return nil