aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_cluster_raft_add.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/shell/command_cluster_raft_add.go')
-rw-r--r--weed/shell/command_cluster_raft_add.go2
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
}