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