forked from toolshed/abra
refactor(recipe): load load compoes config where its used
This commit is contained in:
@ -80,7 +80,7 @@ var appNewCommand = cli.Command{
|
||||
if c.Args().Get(1) == "" {
|
||||
var version string
|
||||
|
||||
recipeVersions, err := recipePkg.GetRecipeVersions(recipe.Name, internal.Offline)
|
||||
recipeVersions, err := r.GetRecipeVersions(internal.Offline)
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user