Skip to content

Commit 99e396a

Browse files
Update cli/support.go
Co-authored-by: Danny Kopping <danny@coder.com>
1 parent b10a361 commit 99e396a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cli/support.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ func summarizeBundle(inv *serpent.Invocation, bun *support.Bundle) {
235235
cliui.Error(inv.Stdout, "No deployment health report available!")
236236
return
237237
}
238-
239238
deployHealthSummary := bun.Deployment.HealthReport.Summarize(docsURL)
240239
if len(deployHealthSummary) > 0 {
241240
cliui.Warn(inv.Stdout, "Deployment health issues detected:", deployHealthSummary...)

0 commit comments

Comments
 (0)