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