From ba3879ac47ab27af9b847cefafe6e1339c65277b Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Mon, 25 Mar 2024 16:51:48 +0000 Subject: [PATCH] fix(cli): fix newline escape sequence in support blurb (#12749) --- cli/support.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/support.go b/cli/support.go index 0e5bcf1d46..2e87b01479 100644 --- a/cli/support.go +++ b/cli/support.go @@ -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" +