From 38c91ece7d742e40dc4724b4379d99e3f9cdcc17 Mon Sep 17 00:00:00 2001 From: Alexey Potapenko Date: Fri, 3 Jan 2025 16:30:31 +0300 Subject: [PATCH] looks like status command should collect apps names --- cli/cmd/status.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/cmd/status.go b/cli/cmd/status.go index 6fa187d78..afa332a06 100644 --- a/cli/cmd/status.go +++ b/cli/cmd/status.go @@ -62,7 +62,7 @@ func internalStatusModule(cmdCtx *cmdcontext.CmdCtx, args []string) error { } var runningCtx running.RunningCtx - if err := running.FillCtx(cliOpts, cmdCtx, &runningCtx, args, true); err != nil { + if err := running.FillCtx(cliOpts, cmdCtx, &runningCtx, args, false); err != nil { return err }