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