feat!: remove all catalogue reads from app commands
This commit is contained in:
@ -78,7 +78,7 @@ var appNewCommand = cli.Command{
|
||||
if c.Args().Get(1) == "" {
|
||||
var version string
|
||||
|
||||
recipeVersions, err := recipe.GetRecipeVersions(internal.Offline)
|
||||
recipeVersions, err := recipe.GetRecipeVersions()
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user