diff options
Diffstat (limited to 'weed/shell/command_volume_move.go')
| -rw-r--r-- | weed/shell/command_volume_move.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_volume_move.go b/weed/shell/command_volume_move.go index 88eb2dbc5..cf9991695 100644 --- a/weed/shell/command_volume_move.go +++ b/weed/shell/command_volume_move.go @@ -49,7 +49,7 @@ func (c *commandVolumeMove) Help() string { ` } -func (c *commandVolumeMove) IsResourceHeavy() bool { +func (c *commandVolumeMove) HasTag(CommandTag) bool { return false } |
