You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bv...@apache.org on 2021/01/31 09:57:43 UTC

[camel-k] branch fix-doc created (now 7a24a49)

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

bvahdat pushed a change to branch fix-doc
in repository https://gitbox.apache.org/repos/asf/camel-k.git.


      at 7a24a49  correct the documented syntax for dependency trait

This branch includes the following new commits:

     new 7a24a49  correct the documented syntax for dependency trait

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-k] 01/01: correct the documented syntax for dependency trait

Posted by bv...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

bvahdat pushed a commit to branch fix-doc
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 7a24a4916cd037648262c00b7a312c732505611c
Author: Babak Vahdat <bv...@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]]