This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 326371245cbea27bda0acd3295ea06156bded079 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Nov 25 18:20:59 2021 +0100 Fixed README for validator --- script/validator/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/validator/README.md b/script/validator/README.md index 32c3a1d..9b2d44e 100644 --- a/script/validator/README.md +++ b/script/validator/README.md @@ -4,5 +4,5 @@ To validate the Kamelets: ``` # From the script/validator directory -go run . ../../ +go run . ../../kamelets/ ```