aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_cluster_raft_remove.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/shell/command_cluster_raft_remove.go')
-rw-r--r--weed/shell/command_cluster_raft_remove.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_cluster_raft_remove.go b/weed/shell/command_cluster_raft_remove.go
index f0cafcddd..109125890 100644
--- a/weed/shell/command_cluster_raft_remove.go
+++ b/weed/shell/command_cluster_raft_remove.go
@@ -27,7 +27,7 @@ func (c *commandRaftServerRemove) Help() string {
`
}
-func (c *commandRaftServerRemove) IsResourceHeavy() bool {
+func (c *commandRaftServerRemove) HasTag(CommandTag) bool {
return false
}