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