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