Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7541787

Browse files
authored
chore: fix typo in clientNetcheckSummary for support bundle command (#19483)
(cherry picked from commit3370841)bringing in#19441 to the 2.24release branch to fix a bug in the `support bundle` command.
1 parentb1e8f0a commit7541787

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
iflen(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)

[8]ページ先頭

©2009-2025 Movatter.jp