We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f440c5f commit 78f1a62Copy full SHA for 78f1a62
cli/pack/opts.go
@@ -49,7 +49,7 @@ func initAppsInfo(cliOpts *config.CliOpts, cmdCtx *cmdcontext.CmdCtx, packCtx *P
49
}
50
packCtx.AppList = appList
51
packCtx.AppsInfo, err = running.CollectInstancesForApps(packCtx.AppList, cliOpts,
52
- cmdCtx.Cli.ConfigDir, cmdCtx.Integrity, true, true)
+ cmdCtx.Cli.ConfigDir, cmdCtx.Integrity, false, false)
53
if err != nil {
54
return fmt.Errorf("failed to collect applications info: %s", err)
55
0 commit comments