You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cli/support.go
+1-1
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ var supportBundleBlurb = cliui.Bold("This will collect the following information
48
48
- Agent network diagnostics
49
49
- Agent logs
50
50
`+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") +
52
52
cliui.Bold("Please confirm that you will:\n") +
53
53
" - Review the support bundle before distribution\n"+
0 commit comments