aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_fs_mv.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/shell/command_fs_mv.go')
-rw-r--r--weed/shell/command_fs_mv.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_fs_mv.go b/weed/shell/command_fs_mv.go
index f21245501..cb966571c 100644
--- a/weed/shell/command_fs_mv.go
+++ b/weed/shell/command_fs_mv.go
@@ -34,7 +34,7 @@ func (c *commandFsMv) Help() string {
`
}
-func (c *commandFsMv) IsResourceHeavy() bool {
+func (c *commandFsMv) HasTag(CommandTag) bool {
return false
}