fix: abra app new checks out latest version

See coop-cloud/organising#618
This commit is contained in:
2024-06-20 08:36:09 +02:00
parent e07ae8cccd
commit 316fdd3643
4 changed files with 42 additions and 5 deletions

View File

@ -945,6 +945,7 @@ func GetRecipeVersions(recipeName string, offline bool) (RecipeVersions, error)
if err != nil {
return versions, err
}
sortRecipeVersions(versions)
logrus.Debugf("collected %s for %s", versions, recipeName)