diff --git a/cli/app/cmd.go b/cli/app/cmd.go index c70fbf56..9a09d6ad 100644 --- a/cli/app/cmd.go +++ b/cli/app/cmd.go @@ -209,7 +209,7 @@ var appCmdListCommand = cli.Command{ Before: internal.SubCommandBefore, Action: func(c *cli.Context) error { app := internal.ValidateApp(c) - r := recipe.Get(app.Name) + r := recipe.Get(app.Recipe.Name) if err := r.EnsureExists(); err != nil { log.Fatal(err)