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

albumenj pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.3 by this push:
     new 0cce4c8afe fix telnet qos command (#13951)
0cce4c8afe is described below

commit 0cce4c8afe47d159cd520e70a14e9816f5422314
Author: Ken Liu <ken.lj...@gmail.com>
AuthorDate: Wed Mar 20 10:24:44 2024 +0800

    fix telnet qos command (#13951)
---
 .../META-INF/dubbo/internal/org.apache.dubbo.qos.api.BaseCommand        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dubbo-plugin/dubbo-qos/src/main/resources/META-INF/dubbo/internal/org.apache.dubbo.qos.api.BaseCommand
 
b/dubbo-plugin/dubbo-qos/src/main/resources/META-INF/dubbo/internal/org.apache.dubbo.qos.api.BaseCommand
index fb1e1171fa..a837d2b702 100644
--- 
a/dubbo-plugin/dubbo-qos/src/main/resources/META-INF/dubbo/internal/org.apache.dubbo.qos.api.BaseCommand
+++ 
b/dubbo-plugin/dubbo-qos/src/main/resources/META-INF/dubbo/internal/org.apache.dubbo.qos.api.BaseCommand
@@ -11,7 +11,7 @@ ready=org.apache.dubbo.qos.command.impl.Ready
 startup=org.apache.dubbo.qos.command.impl.Startup
 live=org.apache.dubbo.qos.command.impl.Live
 version=org.apache.dubbo.qos.command.impl.Version
-publish-metadata=org.apache.dubbo.qos.command.impl.PublishMetadata
+publishMetadata=org.apache.dubbo.qos.command.impl.PublishMetadata
 cd=org.apache.dubbo.qos.command.impl.ChangeTelnet
 count=org.apache.dubbo.qos.command.impl.CountTelnet
 pwd=org.apache.dubbo.qos.command.impl.PwdTelnet

Reply via email to