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