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