aboutsummaryrefslogtreecommitdiff
path: root/weed/command
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-10-31 16:45:38 -0700
committerChris Lu <chris.lu@gmail.com>2020-10-31 16:45:38 -0700
commitde86945aeb49e469cc644921beb4f1dbe476e054 (patch)
tree90a45da7ac8d9a71f9a40e064f11cccce76a910d /weed/command
parent306062b4e7cacf9fbeae227965eeeef08ccfeb92 (diff)
downloadseaweedfs-de86945aeb49e469cc644921beb4f1dbe476e054.tar.xz
seaweedfs-de86945aeb49e469cc644921beb4f1dbe476e054.zip
go fmt
Diffstat (limited to 'weed/command')
-rw-r--r--weed/command/filer_copy.go2
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)