diff options
Diffstat (limited to 'weed/shell/command_volume_server_evacuate.go')
| -rw-r--r-- | weed/shell/command_volume_server_evacuate.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_volume_server_evacuate.go b/weed/shell/command_volume_server_evacuate.go index d74390d93..3b593d9be 100644 --- a/weed/shell/command_volume_server_evacuate.go +++ b/weed/shell/command_volume_server_evacuate.go @@ -46,7 +46,7 @@ func (c *commandVolumeServerEvacuate) Help() string { ` } -func (c *commandVolumeServerEvacuate) IsResourceHeavy() bool { +func (c *commandVolumeServerEvacuate) HasTag(CommandTag) bool { return false } |
