This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/master by this push: new c07be13 correct the documented syntax for dependency trait c07be13 is described below commit c07be1332dfb91d1569469b93c06f39a5224508a Author: Babak Vahdat <bvah...@apache.org> AuthorDate: Sun Jan 31 10:56:38 2021 +0100 correct the documented syntax for dependency trait --- docs/modules/ROOT/pages/contributing/developers.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/contributing/developers.adoc b/docs/modules/ROOT/pages/contributing/developers.adoc index 80463ca..5ef434d 100644 --- a/docs/modules/ROOT/pages/contributing/developers.adoc +++ b/docs/modules/ROOT/pages/contributing/developers.adoc @@ -152,7 +152,7 @@ To add additional dependencies to your routes: [source] ---- -./kamel run -d camel:dns examples/dns.js +./kamel run -d camel-dns examples/dns.js ---- [[local-development]]