diff options
Diffstat (limited to 'weed/shell/command_cluster_raft_add.go')
| -rw-r--r-- | weed/shell/command_cluster_raft_add.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_cluster_raft_add.go b/weed/shell/command_cluster_raft_add.go index 1c8cbdc73..6089631b1 100644 --- a/weed/shell/command_cluster_raft_add.go +++ b/weed/shell/command_cluster_raft_add.go @@ -27,7 +27,7 @@ func (c *commandRaftServerAdd) Help() string { ` } -func (c *commandRaftServerAdd) IsResourceHeavy() bool { +func (c *commandRaftServerAdd) HasTag(CommandTag) bool { return false } |
