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