Skip to content

Commit baf3067

Browse files
authored
chore: fix typo in clientNetcheckSummary for support bundle command (#19441)
This PR fixes a typo in the original support bundle implementation for the `clientNetcheckSummary` var.
1 parent ee789da commit baf3067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/support.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ func summarizeBundle(inv *serpent.Invocation, bun *support.Bundle) {
251251

252252
clientNetcheckSummary := bun.Network.Netcheck.Summarize("Client netcheck:", docsURL)
253253
if len(clientNetcheckSummary) > 0 {
254-
cliui.Warn(inv.Stdout, "Networking issues detected:", deployHealthSummary...)
254+
cliui.Warn(inv.Stdout, "Networking issues detected:", clientNetcheckSummary...)
255255
}
256256
}
257257

0 commit comments

Comments
 (0)