Skip to content

Commit

Permalink
ps: Mark app as present in store if its tree is loaded
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Sul <[email protected]>
  • Loading branch information
mike-sul committed Dec 11, 2024
1 parent 71c8316 commit f86f5b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/composectl/cmd/ps.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ func getAppsStatus(ctx context.Context, appRefs []string, runningApps map[string
URI: appRef,
Name: app.Name(),
State: "not running",
// app is present in the store because its tree was loaded successfully prior to executing this check
InStore: true,
}
continue
}
Expand Down

0 comments on commit f86f5b6

Please sign in to comment.