This commit is contained in:
Zack Scholl 2020-09-02 17:35:36 -07:00
parent 8fbb7e5019
commit 0eb095bf76
1 changed files with 1 additions and 0 deletions

View File

@ -675,6 +675,7 @@ func (c *Client) transfer(options TransferOptions) (err error) {
if err := os.Remove(pathToFile); err != nil {
log.Warnf("error removing %s: %v", pathToFile, err)
}
fmt.Print("\n")
}
return
}