From ec30a504bae6cad75f859964e14c60d39cc43709 Mon Sep 17 00:00:00 2001 From: chrislu Date: Sun, 29 Sep 2024 10:38:22 -0700 Subject: refactor --- weed/shell/command_ec_encode.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'weed/shell/command_ec_encode.go') 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 } -- cgit v1.2.3