Skip to content

Commit 510f1e8

Browse files
committed
facepalm
1 parent a8f02ea commit 510f1e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

main.go

+3
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ func main() {
104104
opts.RemoteCacheTLS = &cmd.TLSCerts{CertPEM: certPEMBlock, KeyPEM: keyPEMBlock}
105105
}
106106

107+
opts.Command = c.Args().First()
108+
opts.Args = c.Args().Tail()
109+
107110
return nil
108111
},
109112
Action: func(c *cli.Context) error {

0 commit comments

Comments
 (0)