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