Skip to content

Commit

Permalink
looks like status command should collect apps names
Browse files Browse the repository at this point in the history
  • Loading branch information
patapenka-alexey committed Jan 3, 2025
1 parent b0f7428 commit 38c91ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cmd/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 38c91ec

Please sign in to comment.