diff options
Diffstat (limited to 'weed/shell/command_mount_configure.go')
| -rw-r--r-- | weed/shell/command_mount_configure.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_mount_configure.go b/weed/shell/command_mount_configure.go index 9b79c19bf..5b224c39e 100644 --- a/weed/shell/command_mount_configure.go +++ b/weed/shell/command_mount_configure.go @@ -34,7 +34,7 @@ func (c *commandMountConfigure) Help() string { ` } -func (c *commandMountConfigure) IsResourceHeavy() bool { +func (c *commandMountConfigure) HasTag(CommandTag) bool { return false } |
