diff options
Diffstat (limited to 'weed/shell/command_volume_tier_move.go')
| -rw-r--r-- | weed/shell/command_volume_tier_move.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_volume_tier_move.go b/weed/shell/command_volume_tier_move.go index 07ef3e694..d5087f0ec 100644 --- a/weed/shell/command_volume_tier_move.go +++ b/weed/shell/command_volume_tier_move.go @@ -53,7 +53,7 @@ func (c *commandVolumeTierMove) Help() string { ` } -func (c *commandVolumeTierMove) IsResourceHeavy() bool { +func (c *commandVolumeTierMove) HasTag(CommandTag) bool { return false } |
