diff options
Diffstat (limited to 'weed/command')
| -rw-r--r-- | weed/command/filer_cat.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/filer_cat.go b/weed/command/filer_cat.go index c5ae7672e..c310b2b43 100644 --- a/weed/command/filer_cat.go +++ b/weed/command/filer_cat.go @@ -114,7 +114,7 @@ func runFilerCat(cmd *Command, args []string) bool { filerCat.filerClient = client - return filer.StreamContent(&filerCat, writer, respLookupEntry.Entry.Chunks, 0, int64(filer.FileSize(respLookupEntry.Entry))) + return filer.StreamContent(&filerCat, writer, respLookupEntry.Entry.GetChunks(), 0, int64(filer.FileSize(respLookupEntry.Entry))) }) |
