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