fix: ensure recipes on latest for lint/generate

Follows b2d17a1829.
This commit is contained in:
2022-01-29 14:06:25 +01:00
parent b2d17a1829
commit bdd9b0a1aa
4 changed files with 10 additions and 4 deletions

View File

@ -94,7 +94,7 @@ keys configured on your account.
Action: func(c *cli.Context) error {
recipeName := c.Args().First()
if recipeName != "" {
internal.ValidateRecipe(c)
internal.ValidateRecipe(c, true)
}
repos, err := recipe.ReadReposMetadata()