diff options
Diffstat (limited to 'weed/shell/command_remote_configure.go')
| -rw-r--r-- | weed/shell/command_remote_configure.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_remote_configure.go b/weed/shell/command_remote_configure.go index 8502e7699..dbc44c8bf 100644 --- a/weed/shell/command_remote_configure.go +++ b/weed/shell/command_remote_configure.go @@ -48,7 +48,7 @@ func (c *commandRemoteConfigure) Help() string { ` } -func (c *commandRemoteConfigure) IsResourceHeavy() bool { +func (c *commandRemoteConfigure) HasTag(CommandTag) bool { return false } |
