diff options
Diffstat (limited to 'weed/shell/command_fs_cat.go')
| -rw-r--r-- | weed/shell/command_fs_cat.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_fs_cat.go b/weed/shell/command_fs_cat.go index 9272ad3ad..47a7f3be8 100644 --- a/weed/shell/command_fs_cat.go +++ b/weed/shell/command_fs_cat.go @@ -26,7 +26,7 @@ func (c *commandFsCat) Help() string { ` } -func (c *commandFsCat) IsResourceHeavy() bool { +func (c *commandFsCat) HasTag(CommandTag) bool { return false } |
