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