This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch READMEs in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit f2411a4a07508efcd458d90acb2004030a3a7ee3 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/ ```