From 14e4512efdeb88f5a508628e7c677e2334666bee Mon Sep 17 00:00:00 2001 From: M09Ic Date: Tue, 13 Dec 2022 00:21:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dcmd=E8=BE=93=E5=85=A5url?= =?UTF-8?q?=E6=97=B6stat=E6=96=87=E4=BB=B6=E5=90=8D=E4=B8=8D=E6=AD=A3?= =?UTF-8?q?=E7=A1=AE=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/option.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/option.go b/internal/option.go index 377054d..08d8653 100644 --- a/internal/option.go +++ b/internal/option.go @@ -442,7 +442,7 @@ func (opt *Option) PrepareRunner() (*Runner, error) { } else if taskfrom == "stdin" { r.StatFile, err = files.NewFile("stdin.stat", false, true, true) } else if u != nil { - r.StatFile, err = files.NewFile(u.Host, false, true, true) + r.StatFile, err = files.NewFile(u.Host+".stat", false, true, true) } if err != nil { return nil, err