mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
fix
This commit is contained in:
parent
868051bc2a
commit
494b224db0
1 changed files with 6 additions and 7 deletions
|
@ -203,7 +203,6 @@ func receive(c *cli.Context) (err error) {
|
||||||
NoPrompt: c.GlobalBool("yes"),
|
NoPrompt: c.GlobalBool("yes"),
|
||||||
RelayAddress: c.GlobalString("relay"),
|
RelayAddress: c.GlobalString("relay"),
|
||||||
Stdout: c.GlobalBool("stdout"),
|
Stdout: c.GlobalBool("stdout"),
|
||||||
PathToReceive: c.GlobalString("out"),
|
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue