Skip to content

Commit 9d3c409

Browse files
authored
Fix the tar config does not work (#90)
1 parent cb99b3b commit 9d3c409

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/get.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ func (o *downloadOption) preRunE(cmd *cobra.Command, args []string) (err error)
104104
err = fmt.Errorf("only http:// or https:// supported, error: %v", err)
105105
return
106106
}
107+
o.Tar = ins.Tar
107108
o.name = ins.Name
108109
}
109110
o.URL = targetURL

0 commit comments

Comments
 (0)