Skip to content

Commit cf09357

Browse files
committed
build: refactor buildArgs function argument
- Change argument from `-xf` to `-zxf` in `buildArgs` function Signed-off-by: Bo-Yi.Wu <[email protected]>
1 parent 9bfb71b commit cf09357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ func (p *Plugin) buildArgs(target string) []string {
209209

210210
args = append(args,
211211
p.Config.TarExec,
212-
"-xf",
212+
"-zxf",
213213
p.DestFile,
214214
)
215215

0 commit comments

Comments
 (0)