1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-10 21:01:02 +02:00

add recipient finish line

This commit is contained in:
Zack Scholl 2018-09-22 06:20:25 -07:00
parent b1aeedb107
commit cd3a936795
3 changed files with 23 additions and 6 deletions

View file

@ -141,9 +141,6 @@ func send(c *cli.Context) error {
codePhrase,
)
err = cr.Send(fname, codePhrase)
if err == nil {
fmt.Fprintf(os.Stderr, "\nTransfer complete")
}
return err
}