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