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