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