From b297849147a570af9a5413bd668e786a5897de34 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 1 Oct 2021 23:24:54 -0700 Subject: [PATCH] typo --- weed/command/filer_copy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weed/command/filer_copy.go b/weed/command/filer_copy.go index 630f066d6..2f3b69da6 100644 --- a/weed/command/filer_copy.go +++ b/weed/command/filer_copy.go @@ -373,7 +373,7 @@ func (worker *FileCopyWorker) uploadFileAsOne(task FileCopyTask, f *os.File) err return assignErr } - // uplaod data + // upload data targetUrl := "http://" + assignResult.Location.Url + "/" + assignResult.FileId uploadOption := &operation.UploadOption{ UploadUrl: targetUrl,