Skip to content

Commit

Permalink
Merge pull request #196 from ninech/stats-fix-project
Browse files Browse the repository at this point in the history
fix: stats output app project
  • Loading branch information
ctrox authored Dec 5, 2024
2 parents 1ab8209 + b7b6f55 commit b2bb0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ func (cmd *applicationsCmd) printStats(ctx context.Context, c *api.Client, appLi
}

get.writeTabRow(
w, c.Project, app.Name,
w, app.Namespace, app.Name,
replica.ReplicaName,
string(replica.Status),
cpuUsage,
Expand Down

0 comments on commit b2bb0f2

Please sign in to comment.