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

zhoubo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-connect.git


The following commit(s) were added to refs/heads/master by this push:
     new 8d635f29 Fix runtime spelling mistakes (#319)
8d635f29 is described below

commit 8d635f291c1fdd00458345b3da522d80df804c21
Author: ruanjiefeng <ru...@qq.com>
AuthorDate: Thu Sep 15 14:05:16 2022 +0800

    Fix runtime spelling mistakes (#319)
---
 rocketmq-connect-runtime/connect-distributed.sh | 2 +-
 rocketmq-connect-runtime/connect-standalone.sh  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/rocketmq-connect-runtime/connect-distributed.sh 
b/rocketmq-connect-runtime/connect-distributed.sh
index 2901a079..de7206be 100755
--- a/rocketmq-connect-runtime/connect-distributed.sh
+++ b/rocketmq-connect-runtime/connect-distributed.sh
@@ -13,5 +13,5 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-echo "run rumtime worker"
+echo "run runtime worker"
 cd target/distribution/ && java -cp .:./conf/:./lib/* 
org.apache.rocketmq.connect.runtime.DistributedConnectStartup -c 
conf/connect-distributed.conf
\ No newline at end of file
diff --git a/rocketmq-connect-runtime/connect-standalone.sh 
b/rocketmq-connect-runtime/connect-standalone.sh
index 57daac49..23a5a06a 100755
--- a/rocketmq-connect-runtime/connect-standalone.sh
+++ b/rocketmq-connect-runtime/connect-standalone.sh
@@ -13,5 +13,5 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-echo "run rumtime worker"
+echo "run runtime worker"
 cd target/distribution/ && java -cp .:./conf/:./lib/* 
org.apache.rocketmq.connect.runtime.StandaloneConnectStartup -c 
conf/connect-standalone.conf
\ No newline at end of file

Reply via email to