Skip to content

Commit abb9eae

Browse files
authored
Update bundle.go
1 parent f3ad4a8 commit abb9eae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bundle.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ type BundleTAR struct {
2424
}
2525

2626
func (b *BundleTAR) CreateBundle(bundleName string) error {
27-
if b.bundleFile != nil {
28-
return fmt.Errorf("cat not create bundle already created")
29-
}
27+
// if b.bundleFile != nil {
28+
// return fmt.Errorf("can not create bundle already created")
29+
// }
3030

3131
file, err := os.Create(bundleName)
3232
if err != nil {

0 commit comments

Comments
 (0)