Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: fix typo in clientNetcheckSummary for support bundle command
(cherry picked from commit 3370841)
  • Loading branch information
rowansmithau committed Aug 22, 2025
commit 59207ca6bf8104ddf89054a5cce6436a49d25654
2 changes: 1 addition & 1 deletion cli/support.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ func summarizeBundle(inv *serpent.Invocation, bun *support.Bundle) {

clientNetcheckSummary := bun.Network.Netcheck.Summarize("Client netcheck:", docsURL)
if len(clientNetcheckSummary) > 0 {
cliui.Warn(inv.Stdout, "Networking issues detected:", deployHealthSummary...)
cliui.Warn(inv.Stdout, "Networking issues detected:", clientNetcheckSummary...)
}
}

Expand Down
Loading