Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/extension.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func (o *extensionOption) runE(cmd *cobra.Command, args []string) (err error) {
err = fmt.Errorf("cannot find %s", arg)
return
}
extFile := o.ociDownloader.GetTargetFile()
extFile := o.ociDownloader.GetTargetFile(arg)
cmd.Println("found target file", extFile)

targetFile := filepath.Base(extFile)
Expand Down
Loading
Loading