diff options
Diffstat (limited to 'weed/shell/command_volume_mark.go')
| -rw-r--r-- | weed/shell/command_volume_mark.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_volume_mark.go b/weed/shell/command_volume_mark.go index 77a561e85..9bc35e6c1 100644 --- a/weed/shell/command_volume_mark.go +++ b/weed/shell/command_volume_mark.go @@ -28,7 +28,7 @@ func (c *commandVolumeMark) Help() string { ` } -func (c *commandVolumeMark) IsResourceHeavy() bool { +func (c *commandVolumeMark) HasTag(CommandTag) bool { return false } |
