From 50a541611786ea1c831ba350da5ff862c239c6c7 Mon Sep 17 00:00:00 2001 From: Brandon Fergerson Date: Wed, 8 Apr 2020 16:22:04 +0400 Subject: [PATCH] Update Plugin-test.md (#4623) --- docs/en/guides/Plugin-test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/guides/Plugin-test.md b/docs/en/guides/Plugin-test.md index 168e35527..f034f23b8 100644 --- a/docs/en/guides/Plugin-test.md +++ b/docs/en/guides/Plugin-test.md @@ -549,7 +549,7 @@ You could run test by using following commands ```bash cd ${SKYWALKING_HOME} -bash ./test/pugin/run.sh -f ${scenario_name} +bash ./test/plugin/run.sh -f ${scenario_name} ``` **Notice**,if codes in `./apm-sniffer` have been changed, no matter because your change or git update,