From 618f864c77c34b5d46239fa75c55c4d31b2b22eb Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 1 Jun 2025 13:29:56 +0530 Subject: [PATCH] ... --- kittens/choose_files/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/kittens/choose_files/main.go b/kittens/choose_files/main.go index 96c74a478..a2f10cbf1 100644 --- a/kittens/choose_files/main.go +++ b/kittens/choose_files/main.go @@ -216,7 +216,6 @@ func main(_ *cli.Command, opts *Options, args []string) (rc int, err error) { } switch len(args) { case 0: - os.Getwd() if default_cwd, err = os.Getwd(); err != nil { return }