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_remote_meta_sync.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'weed/shell/command_remote_meta_sync.go') 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 } -- cgit v1.2.3