Skip to content

Commit f92d6f9

Browse files
authored
fix: always print support-bundle filename after generation (#372)
1 parent 904afc0 commit f92d6f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/troubleshoot/cli/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ func runTroubleshoot(v *viper.Viper, arg string) error {
158158
if err != nil {
159159
c := color.New(color.FgHiRed)
160160
c.Printf("%s\r * %v\n", cursor.ClearEntireLine(), err)
161-
return errors.Wrap(err, "failed to process bundle after collection")
161+
// don't die
162162
}
163163

164164
analyzeResults, err := supportbundle.AnalyzeAndExtractSupportBundle(&supportBundle.Spec, archivePath)

0 commit comments

Comments
 (0)