dont clean

Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
Meredith Lancaster 2024-03-18 12:34:55 -06:00
parent 1e51ec7f1a
commit 2a00a02a2e

View file

@ -59,7 +59,7 @@ func NewInspectCmd(f *cmdutil.Factory, runF func(*Options) error) *cobra.Command
opts.ArtifactPath = args[0]
// Clean file path options
opts.Clean()
// opts.Clean()
return nil
},