aboutsummaryrefslogtreecommitdiff
path: root/weed/command/download.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/command/download.go')
-rw-r--r--weed/command/download.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/download.go b/weed/command/download.go
index 5da1f57d9..7bbff9448 100644
--- a/weed/command/download.go
+++ b/weed/command/download.go
@@ -44,7 +44,7 @@ var cmdDownload = &Command{
func runDownload(cmd *Command, args []string) bool {
for _, fid := range args {
- if e := downloadToFile(func()string{return *d.server}, fid, util.ResolvePath(*d.dir)); e != nil {
+ if e := downloadToFile(func() string { return *d.server }, fid, util.ResolvePath(*d.dir)); e != nil {
fmt.Println("Download Error: ", fid, e)
}
}