aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_fs_tree.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/shell/command_fs_tree.go')
-rw-r--r--weed/shell/command_fs_tree.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_fs_tree.go b/weed/shell/command_fs_tree.go
index a18d9e532..21e352af2 100644
--- a/weed/shell/command_fs_tree.go
+++ b/weed/shell/command_fs_tree.go
@@ -28,7 +28,7 @@ func (c *commandFsTree) Help() string {
`
}
-func (c *commandFsTree) IsResourceHeavy() bool {
+func (c *commandFsTree) HasTag(CommandTag) bool {
return false
}