Skip to content

Commit 8235183

Browse files
committed
test pass with the data download skip
1 parent cda1083 commit 8235183

File tree

7 files changed

+16519
-16438
lines changed

7 files changed

+16519
-16438
lines changed

cmd/extension.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ func (o *extensionOption) runE(cmd *cobra.Command, args []string) (err error) {
7979
err = fmt.Errorf("cannot find %s", arg)
8080
return
8181
}
82-
extFile := o.ociDownloader.GetTargetFile()
82+
extFile := o.ociDownloader.GetTargetFile(arg)
8383
cmd.Println("found target file", extFile)
8484

8585
targetFile := filepath.Base(extFile)

0 commit comments

Comments
 (0)