diff options
Diffstat (limited to 'weed/shell/command_fs_meta_cat.go')
| -rw-r--r-- | weed/shell/command_fs_meta_cat.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_fs_meta_cat.go b/weed/shell/command_fs_meta_cat.go index 994e1ee18..e47d8faa6 100644 --- a/weed/shell/command_fs_meta_cat.go +++ b/weed/shell/command_fs_meta_cat.go @@ -30,7 +30,7 @@ func (c *commandFsMetaCat) Help() string { ` } -func (c *commandFsMetaCat) IsResourceHeavy() bool { +func (c *commandFsMetaCat) HasTag(CommandTag) bool { return false } |
