diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-10-01 23:24:54 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-10-01 23:24:54 -0700 |
| commit | b297849147a570af9a5413bd668e786a5897de34 (patch) | |
| tree | 941245a939637a80fc7a8fe2aa7420bd6f1a1783 /weed/command/filer_copy.go | |
| parent | af207bbaf05ce441e9a87f0833c09a36c0629e85 (diff) | |
| download | seaweedfs-b297849147a570af9a5413bd668e786a5897de34.tar.xz seaweedfs-b297849147a570af9a5413bd668e786a5897de34.zip | |
typo
Diffstat (limited to 'weed/command/filer_copy.go')
| -rw-r--r-- | weed/command/filer_copy.go | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
