Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ba3879a

Browse files
authored
fix(cli): fix newline escape sequence in support blurb (#12749)
1 parent 1e0bbd5 commit ba3879a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/support.go

+1-1
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)