diff options
Diffstat (limited to 'weed/shell/command_cluster_ps.go')
| -rw-r--r-- | weed/shell/command_cluster_ps.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_cluster_ps.go b/weed/shell/command_cluster_ps.go index 0aa317e4a..5a1503612 100644 --- a/weed/shell/command_cluster_ps.go +++ b/weed/shell/command_cluster_ps.go @@ -35,7 +35,7 @@ func (c *commandClusterPs) Help() string { ` } -func (c *commandClusterPs) IsResourceHeavy() bool { +func (c *commandClusterPs) HasTag(CommandTag) bool { return false } |
