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