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