Skip to content

Commit d94954e

Browse files
author
Salah Aldeen Al Saleh
authored
use '_' instead of ':' in support bundle name format (#284)
1 parent 0554c2a commit d94954e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

cmd/troubleshoot/cli/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ func runCollectors(v *viper.Viper, collectors []*troubleshootv1beta2.Collect, ad
455455
}
456456
}
457457

458-
filename, err := findFileName("support-bundle-"+time.Now().Format("2006-01-02T15:04:05"), "tar.gz")
458+
filename, err := findFileName("support-bundle-"+time.Now().Format("2006-01-02T15_04_05"), "tar.gz")
459459
if err != nil {
460460
return "", errors.Wrap(err, "find file name")
461461
}
6.45 MB
Binary file not shown.

0 commit comments

Comments
 (0)