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