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