aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_volume_unmount.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/shell/command_volume_unmount.go')
-rw-r--r--weed/shell/command_volume_unmount.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_volume_unmount.go b/weed/shell/command_volume_unmount.go
index ce5cd18d6..ccb83bbae 100644
--- a/weed/shell/command_volume_unmount.go
+++ b/weed/shell/command_volume_unmount.go
@@ -34,7 +34,7 @@ func (c *commandVolumeUnmount) Help() string {
`
}
-func (c *commandVolumeUnmount) IsResourceHeavy() bool {
+func (c *commandVolumeUnmount) HasTag(CommandTag) bool {
return false
}