This commit is contained in:
parent
f003430a8d
commit
4580df72cb
@ -74,7 +74,7 @@ var appPsCommand = cli.Command{
|
|||||||
|
|
||||||
// showPSOutput renders ps output.
|
// showPSOutput renders ps output.
|
||||||
func showPSOutput(app appPkg.App, cl *dockerClient.Client, deployedVersion, chaosVersion string) {
|
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)
|
composeFiles, err := r.GetComposeFiles(app.Env)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user