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