You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/05/14 07:44:22 UTC

[skywalking] branch master updated: correct the spelling error of test/plugin/run.sh (#6939)

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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 9ba6deb  correct the spelling error of test/plugin/run.sh (#6939)
9ba6deb is described below

commit 9ba6deb22ff196de93396ff8f783bbbdb41ed713
Author: honganan <97...@qq.com>
AuthorDate: Fri May 14 15:44:02 2021 +0800

    correct the spelling error of test/plugin/run.sh (#6939)
---
 test/plugin/run.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/plugin/run.sh b/test/plugin/run.sh
index 5c22108..f2fc4a1 100755
--- a/test/plugin/run.sh
+++ b/test/plugin/run.sh
@@ -184,7 +184,7 @@ fi
 
 mkdir -p "${jacoco_home}"
 ls "${jacoco_home}"/jacocoagent.jar || curl -Lso "${jacoco_home}"/jacocoagent.jar https://repo1.maven.org/maven2/org/jacoco/org.jacoco.agent/${jacoco_version}/org.jacoco.agent-${jacoco_version}-runtime.jar
-ls "${jacoco_home}"/jacocoacli.jar || curl -Lso "${jacoco_home}"/jacococli.jar https://repo1.maven.org/maven2/org/jacoco/org.jacoco.cli/${jacoco_version}/org.jacoco.cli-${jacoco_version}-nodeps.jar
+ls "${jacoco_home}"/jacococli.jar || curl -Lso "${jacoco_home}"/jacococli.jar https://repo1.maven.org/maven2/org/jacoco/org.jacoco.cli/${jacoco_version}/org.jacoco.cli-${jacoco_version}-nodeps.jar
 
 supported_versions=`grep -v -E "^$|^#" ${supported_version_file}`
 for version in ${supported_versions}