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

Commitba3879a

Browse files
authored
fix(cli): fix newline escape sequence in support blurb (#12749)
1 parent1e0bbd5 commitba3879a

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
@@ -48,7 +48,7 @@ var supportBundleBlurb = cliui.Bold("This will collect the following information
4848
- Agent network diagnostics
4949
- Agent logs
5050
`+cliui.Bold("Note: ")+
51-
cliui.Wrap(`While we try to sanitize sensitive data from support bundles, we cannot guarantee that they do not contain information that you or your organization may consider sensitive.\n`)+
51+
cliui.Wrap("While we try to sanitize sensitive data from support bundles, we cannot guarantee that they do not contain information that you or your organization may consider sensitive.\n")+
5252
cliui.Bold("Please confirm that you will:\n")+
5353
" - Review the support bundle before distribution\n"+
5454
" - Only distribute it via trusted channels\n"+

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp