diff options
Diffstat (limited to 'weed/shell/command_ec_decode.go')
| -rw-r--r-- | weed/shell/command_ec_decode.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_ec_decode.go b/weed/shell/command_ec_decode.go index 3097eff8c..02d0f316d 100644 --- a/weed/shell/command_ec_decode.go +++ b/weed/shell/command_ec_decode.go @@ -37,7 +37,7 @@ func (c *commandEcDecode) Help() string { ` } -func (c *commandEcDecode) IsResourceHeavy() bool { +func (c *commandEcDecode) HasTag(CommandTag) bool { return false } |
