You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by do...@apache.org on 2021/11/30 06:20:59 UTC

[rocketmq] branch 5.0.0-alpha-static-topic updated: Fix the command name for remapping

This is an automated email from the ASF dual-hosted git repository.

dongeforever pushed a commit to branch 5.0.0-alpha-static-topic
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/5.0.0-alpha-static-topic by this push:
     new c2c56ea  Fix the command name for remapping
c2c56ea is described below

commit c2c56eab32d071bb1bd1a66f172a4de1ee1cf7be
Author: dongeforever <do...@apache.org>
AuthorDate: Tue Nov 30 14:20:49 2021 +0800

    Fix the command name for remapping
---
 .../rocketmq/tools/command/topic/RemappingStaticTopicSubCommand.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/src/main/java/org/apache/rocketmq/tools/command/topic/RemappingStaticTopicSubCommand.java b/tools/src/main/java/org/apache/rocketmq/tools/command/topic/RemappingStaticTopicSubCommand.java
index eac7518..b516f1c 100644
--- a/tools/src/main/java/org/apache/rocketmq/tools/command/topic/RemappingStaticTopicSubCommand.java
+++ b/tools/src/main/java/org/apache/rocketmq/tools/command/topic/RemappingStaticTopicSubCommand.java
@@ -43,7 +43,7 @@ public class RemappingStaticTopicSubCommand implements SubCommand {
 
     @Override
     public String commandName() {
-        return "updateStaticTopic";
+        return "remappingStaticTopic";
     }
 
     @Override