We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ad4a8 commit abb9eaeCopy full SHA for abb9eae
bundle.go
@@ -24,9 +24,9 @@ type BundleTAR struct {
24
}
25
26
func (b *BundleTAR) CreateBundle(bundleName string) error {
27
- if b.bundleFile != nil {
28
- return fmt.Errorf("cat not create bundle already created")
29
- }
+ // if b.bundleFile != nil {
+ // return fmt.Errorf("can not create bundle already created")
+ // }
30
31
file, err := os.Create(bundleName)
32
if err != nil {
0 commit comments