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