diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-10-31 16:45:38 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-10-31 16:45:38 -0700 |
| commit | de86945aeb49e469cc644921beb4f1dbe476e054 (patch) | |
| tree | 90a45da7ac8d9a71f9a40e064f11cccce76a910d /weed/command | |
| parent | 306062b4e7cacf9fbeae227965eeeef08ccfeb92 (diff) | |
| download | seaweedfs-de86945aeb49e469cc644921beb4f1dbe476e054.tar.xz seaweedfs-de86945aeb49e469cc644921beb4f1dbe476e054.zip | |
go fmt
Diffstat (limited to 'weed/command')
| -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 eacb44528..9afa65d23 100644 --- a/weed/command/filer_copy.go +++ b/weed/command/filer_copy.go @@ -405,7 +405,7 @@ func (worker *FileCopyWorker) uploadFileInChunks(task FileCopyTask, f *os.File, Replication: *worker.options.replication, Collection: *worker.options.collection, TtlSec: worker.options.ttlSec, - Path: task.destinationUrlPath+fileName, + Path: task.destinationUrlPath + fileName, } assignResult, assignError = client.AssignVolume(context.Background(), request) |
