mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08:00
fix(cli): fix newline escape sequence in support blurb (#12749)
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ var supportBundleBlurb = cliui.Bold("This will collect the following information
|
||||
- Agent network diagnostics
|
||||
- Agent logs
|
||||
` + cliui.Bold("Note: ") +
|
||||
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`) +
|
||||
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") +
|
||||
cliui.Bold("Please confirm that you will:\n") +
|
||||
" - Review the support bundle before distribution\n" +
|
||||
" - Only distribute it via trusted channels\n" +
|
||||
|
||||
Reference in New Issue
Block a user