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