This commit is contained in:
Kovid Goyal
2025-06-01 13:29:56 +05:30
parent bd2d15406a
commit 618f864c77

View File

@@ -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
}