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