diff options
Diffstat (limited to 'weed/shell/command_mq_topic_list.go')
| -rw-r--r-- | weed/shell/command_mq_topic_list.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_mq_topic_list.go b/weed/shell/command_mq_topic_list.go index 009f6083b..8da86f4a6 100644 --- a/weed/shell/command_mq_topic_list.go +++ b/weed/shell/command_mq_topic_list.go @@ -25,7 +25,7 @@ func (c *commandMqTopicList) Help() string { return `print out all topics` } -func (c *commandMqTopicList) IsResourceHeavy() bool { +func (c *commandMqTopicList) HasTag(CommandTag) bool { return false } |
