fix: use recipe name
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
decentral1se 2024-07-08 14:58:57 +02:00
parent f003430a8d
commit 4580df72cb
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410

View File

@ -74,7 +74,7 @@ var appPsCommand = cli.Command{
// showPSOutput renders ps output.
func showPSOutput(app appPkg.App, cl *dockerClient.Client, deployedVersion, chaosVersion string) {
r := recipe.Get(app.Name)
r := recipe.Get(app.Recipe.Name)
composeFiles, err := r.GetComposeFiles(app.Env)
if err != nil {
log.Fatal(err)