diff --git a/weed/shell/command_volume_fsck.go b/weed/shell/command_volume_fsck.go index 14149ce0e..5d95f369a 100644 --- a/weed/shell/command_volume_fsck.go +++ b/weed/shell/command_volume_fsck.go @@ -85,7 +85,6 @@ func (c *commandVolumeFsck) Help() string { ` } - func (c *commandVolumeFsck) HasTag(tag CommandTag) bool { return tag == ResourceHeavy }