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