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 475eaa8 commit 1d6f29dCopy full SHA for 1d6f29d
cli/support.go
@@ -86,6 +86,7 @@ func (r *RootCmd) support() *clibase.Cmd {
86
}
87
88
if err := writeBundle(bun, zwr); err != nil {
89
+ _ = os.Remove(outputPath) // best effort
90
return xerrors.Errorf("write support bundle to %s: %w", outputPath, err)
91
92
return nil
0 commit comments