diff options
Diffstat (limited to 'weed/shell/command_volume_vacuum.go')
| -rw-r--r-- | weed/shell/command_volume_vacuum.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_volume_vacuum.go b/weed/shell/command_volume_vacuum.go index 2a99b0aca..e55bf1ec9 100644 --- a/weed/shell/command_volume_vacuum.go +++ b/weed/shell/command_volume_vacuum.go @@ -27,7 +27,7 @@ func (c *commandVacuum) Help() string { ` } -func (c *commandVacuum) IsResourceHeavy() bool { +func (c *commandVacuum) HasTag(CommandTag) bool { return false } |
