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