fix: better explanation

This commit is contained in:
cellarspoon 2021-12-21 23:50:28 +01:00
parent 5b1b16d64a
commit e9b4541c91
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410

View File

@ -74,7 +74,7 @@ recipes.
}
if len(versions) == 0 && !internal.Chaos {
logrus.Fatalf("no versions available %s in recipe catalogue?", app.Type)
logrus.Fatalf("no published releases for %s in the recipe catalogue?", app.Type)
}
var availableUpgrades []string