forked from toolshed/abra
refactor(recipe): load load compoes config where its used
This commit is contained in:
@ -331,9 +331,7 @@ func processRecipeRepoVersion(r recipe.Recipe2, version string) error {
|
||||
return err
|
||||
}
|
||||
|
||||
if r, err := recipe.Get(r.Name, internal.Offline); err != nil {
|
||||
return err
|
||||
} else if err := lint.LintForErrors(r); err != nil {
|
||||
if err := lint.LintForErrors(r); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user