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

Commitbaf3067

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

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