mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-27 11:21:32 +00:00
...
This commit is contained in:
parent
870522360e
commit
a3640b21ac
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ var _ = fmt.Print
|
|||
|
||||
func send_main(opts *Options, args []string) (err error) {
|
||||
fmt.Println("Scanning files…")
|
||||
files = files_for_send(opts, args)
|
||||
files := files_for_send(opts, args)
|
||||
fmt.Printf("Found %d files and directories, requesting transfer permission…", len(files))
|
||||
fmt.Println()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue