diff options
Diffstat (limited to 'weed/shell/command_volume_mount.go')
| -rw-r--r-- | weed/shell/command_volume_mount.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_volume_mount.go b/weed/shell/command_volume_mount.go index 8444ceee4..0b62905de 100644 --- a/weed/shell/command_volume_mount.go +++ b/weed/shell/command_volume_mount.go @@ -33,7 +33,7 @@ func (c *commandVolumeMount) Help() string { ` } -func (c *commandVolumeMount) IsResourceHeavy() bool { +func (c *commandVolumeMount) HasTag(CommandTag) bool { return false } |
